Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ncw14 on Thu 17/01/2008 23:59:19

Title: Very Simple Question (What is name of Programming language)
Post by: ncw14 on Thu 17/01/2008 23:59:19
I love Ags but i want to do a Flash Game so im leaving it for a while until im done game, i want to find a program that uses this programming language, or a similar one. so what is the programming language Ags uses
Title: Re: Very Simple Question (What is name of Programming language)
Post by: Khris on Fri 18/01/2008 00:23:34
AGS uses its own script language. If you want to learn how to program in a very similar language, consider Java, C#, C++ or Flash's ActionScript.
Title: Re: Very Simple Question (What is name of Programming language)
Post by: ncw14 on Fri 18/01/2008 00:29:54
Thank you, thats probly why i couldnt find a name
Title: Re: Very Simple Question (What is name of Programming language)
Post by: Stupot on Fri 18/01/2008 00:40:43
Another really accessible language is Dark Basic...
You can make 3d games with that if you have the patience, which I don't.

See their website at http://www.thegamecreators.com (http://www.thegamecreators.com)
Title: Re: Very Simple Question (What is name of Programming language)
Post by: DoorKnobHandle on Fri 18/01/2008 01:06:47
Just wanted to elaborate that the AGS script-language is in fact VERY similar to C++. It's somewhat close to all other mentioned languages, but not nearly as much as it is to C++.
Title: Re: Very Simple Question (What is name of Programming language)
Post by: Cloudanger on Fri 18/01/2008 10:55:38
Quote from: ncw14 on Thu 17/01/2008 23:59:19I love Ags but i want to do a Flash Game so I'm leaving it for a while until I'm done game, i want to find a program that uses this programming language, or a similar one. so what is the programming language Ags uses
Java is quite similar to C++ (AGS is very much like this) and can do web applet games. Though making a game in any programming language is much harder than with AGS scripting language.