MTASC is the first ActionScript 2 Open Source free compiler.

It can compile large number of .as class files in a very short time and generate directly the corresponcan compile large number of .as class files in a very short time and generate directly the corresponding SWF bytecode without relying on Macromedia Flash or other tools.

MTASC is a commandline compiler, it can then be better integrated into [Your favorite editor] by configuring it to compile .as files with MTASC.

The general usage of mtasc tool is : mtasc (your .as class files) -swf (you project swf). If you have two classes Point and Line with Line.as using Point for its code, you don’t need to ask MTASC to compile Point.as when compiling Line.as since it will do it automatically for you.

Then if you want to include the minimal set of classes needed by your program to run, you can simply compile using mtasc Main.as where Main.as is your "main" class, the entry point of your program (if you have any).

Download from: Homepage




Author:
admin
Time:
Friday, April 25th, 2008 at 12:58 pm
Category:
Uncategorized
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply