Hello,
I set up my text editor to use mtasc. The output window just shows the folowing after using mtasc:
Motion-Twin ActionScript2 Compiler 1.13 - (c)2004-2007 Motion-Twin
Usage : mtasc.exe [options] <files...>
Options :
-pack <path> : compile all files in target package
-cp <paths> : add classpath
-v : turn on verbose mode
-strict : turn on strict mode
-infer : turn on local variables inference
-wimp : turn on warnings for unused imports
-msvc : use MSVC style errors
-mx : use precompiled mx package
-swf <file> : swf file to update
-out <file> : swf output file
-keep : does not remove AS2 classes from input SWF
-frame <frame> : export into target frame (must exist in the swf)
-main : enable main entry point
-header <header> : specify header format 'width:height:fps'
-group : group classes into a single clip
-exclude <file> : exclude classes listed in file
-version : change SWF version (6,7,8,...)
-trace <function> : specify a TRACE function
-help Display this list of options
--help Display this list of options
mtasc -swf %FILENAMENOEXT%.swf" -main -header 720:460:20:ffffff %FILENAME%
The above is used by editpad pro to make the swf. There is no swf however. I don't see any error messages.