Adobe Flash and Adobe Flex both come with Actionscript compilers built in. There are also some stand-alone Actionscript compilers. MTASC is a command-line compiler that can compile Actionscript 2.0 class files. SWFTOOLS also has Actionscript compilers similar to MTASC for Actionscript 2.0 and Actionscript 3.0. There are also some third-party Flash development software programs that support Actionscript compiling.
No, it is not possible to put Actionscript 2.0 code in an Actionscript 3.0 code file. The Actionscript virtual machine that runs Actionscript 3.0 code is completely different from the Actionscript 1.0 and 2.0 virtual machine. The only way to include Actionscript 2.0 code in an Actionscript 3.0 project would be to have the Actionscript 3.0 Flash file load an external Actionscript 2.0 Flash file.
One can find a list of C Compilers, along with helpful information at several online sites. Some of these online sites with this information are "Cplus" and "Delorie".
Adobe Flash CS4 does support Actionscript 1.0. The Actionscript 2.0 virtual machine fully supports Actionscript 1.0 code. Simply choose the Actionscript 2.0 file format, and code any Actionscript 1.0 code you wish.
ActionScript 3.0 is the latest version of ActionScript, which is an object-oriented programming language and, therefore, cannot be purchased anywhere. One can find reference material on ActionScript 3.0 at the official Adobe website or one can find out more about ActionScript in general at Wikipedia.
thanks
You have to know actionscript. Go to Newgrounds.com for some actionscript tutorials.
Actionscript is connected to computer terminology. Actionscript programming is actually a language learning program. It tells the computer what to do and what information to collect.
Adobe Flash uses actionscript. It is the main programming language for flash.
You can add actionscript in different places, for example you can add actionscript to a frame or to an instance of an object. To add actionscript to a frame, select the frame and press F9.
SKIP IT and learn ActionScript 3.0 (AS3).Unlike books where it is best to read the first in the series before the last, learning ActionScript 2.0 if your ultimate goal is to be able to program ActionScript 3.0 will hinder your progress. The way in which 2.0 and 3.0 work can be vastly different. AS2 is not the training wheels for ActionScript 3.0. AS3 is actually easier that AS2. It will not be beneficial to learn AS2 and re-learn many things for ActionScript 3.0.For Everything Foundation and Fundamental are very very important to develop your Application as your choice, so Basic Learning ll help u a lot to improve u lot.......!!
first learn it from some tutorial available on net and use compilers or IDE's
They are two completely different languages: with actionscript 3.0 it is more of a regular programming language.With actionscript 2.0, it is easier (in my opinion) because you don't have to refer to your movieclips and buttons and such in the actionscrpit, like you have to do in 3.0.