|
1. Download MTASCBUILD001.zip
2. Make sure you have Python installed.
3. Run build.py
The script compiles an AS class to SWF and launches the SWF for testing. If the build results in an error, the errors will be output to the console.
This script is very easy to modify and port to OSX or Linux. All paths are cross platform using Pythons's 'os' library and all you need to change is the path to MTASC and the specifics of your class.
To make this simple, I included the latest build of MTASC for windows in the ZIP. If you have Python installed, simply run build.py and the compiled SWF will appear.