Actionscript development on OS X that doesn't suck?
May 14, 2007 10:37 PM
Subscribe
I'm developing in Actionscript 3, and I hate (hate, hate, hate) Flex Builder 2. What are some other good options for as3 development on OS X?
Right now I've got an ad-hoc system going where I use the "include" statement in a frame inside the flash project (CS3) and just write the code in Textmate. (I ♥ textmate.) But it's a little cumbersome; I'd prefer not to use Flash CS3 at all.
I've tried downloading some guy's actionscript 3 bundle for textmate, but I can't get the compiling to work. (Downloaded the SDK, all that.) I've heard you can develop as3 in XCode, but I don't know exactly how.
posted by Tlogmer to computers & internet (4 comments total)
3 users marked this as a favorite
You can create a Document class, which is a class that will become associated with the main timeline and will run automatically when the SWF plays. Just make a normal class and then, on the Properties Panel, enter the path to the class.
I don't use the SDK, but you should be able to get it working. Many people do, and it sounds like what you're looking for. I bet if you poke around on message boards, etc., you could find out how to do it.
posted by grumblebee at 2:59 AM on May 15, 2007