MTASC 1.10 OS X and Linux Binaries
Tuesday, 13 September 2005Download MTASC 1.10 OS X and Linux binaries here
What’s new in 1.10?
- fixed small problem with class case and import wildcards
- added exclude wildcards and exclude without file
- changed
TRACEin “trace” - added AS keywords as real keywords (including deprecated ones)
- fixed parsing of objects and array declarations and parameters lists
- fixed escape sequences in strings and added unicode escape sequences.
- fixed
&&and||precedence. - fixed duplicate
public/static/privatequalifiers. - fixed
for...invariable forced asString - no more
privateandstaticfields in interfaces - implemented field cannot be private
- better error when same file referenced several times.
deletenow returnsBoolean- fixed
getVersion()in TopLevel - fixed problem in class replace when not
-keepand-mx - changed
-main: now in DoAction and not InitAction - fixed stack corruption in
new var(expr). - fixed
breakwith several stackedfor..in - disabled variables in interfaces
- added error message when several classes in same file
- changed
switchimplementation - fixed typing of
?: - fixed stack problem with
for - separate directory and
addkeyword hack for Flash8








How do you actually compile an actionscript file into an
Stephen Bradley | Tuesday, 20 September 2005 | 11:00 pmHow do you actually compile an actionscript file into an .swf file. I cannot find on the site here any simple explanation of the syntax for this.
Thanks