Compile question from Flash ignoramus
Monkey Targets Forums/Flash/Compile question from Flash ignoramus
| ||
Just a quick question. I have never used Flash and the Flex SDK seems very opaque to me. Can someone give me a quick heads up on how to directly compile the actionscript program generated by Monkey (say if I've modified it or passed it through an obfuscator etc.)? |
| ||
Unfortunately trans deletes the data dir it creates in the build folder at the end of compilation so you will need to tweak trans. Which is relatively simple if you have BlitzMax installed. For more information about compiling action script (monkeygame.as) google the mxmlc compiler tool. |