Exporting Flash Animation to ActionScript

I would like to make an animation using some tool (like Flash CS) and then export it for ActionScript. I thought it could be done in Flash CS, but I just tried it out by creating an animation, turning it into a symbol, and choosing Export for ActionScript. Problem: There are no ActionScript classes in the project folder.

Am I doing this wrong or do I need to use a different animation tool?

Thanks a lot for your help, Matt

+2


a source to share


1 answer


Setting a movie clip to export for actionscript will not create any classes for you (at least not what you can see). What it will do is let you reference this clip from code. The link below should help you move in the right direction. Good luck!



http://www.adobe.com/devnet/flash/quickstart/external_files_as3/

+2


a source







All Articles