Dear Flashcoders, I am an AS3 coder -- I am actually the tech lead for waves.tv (which is lacking in features right now but still fun to use -- try it!). I typically split my UI into View and Controller components, and I typically make my Views as thin as possible to test my infrastructure easily. My View classes typically inherit from Sprite and I usually use the drawing methods of the Graphics instance exposed by Sprite to draw on them.
I am experimenting with Flash CS3 (it's weird to me because it's way different than coding in AS3; I typically compile using mxmlc), and I am hoping that there is some way to draw something in Flash CS3 and then export it as actionscript that draws using the methods of the Graphics object exposed by the MovieClip superclass. In other words, I would like to draw something using the Flash CS3 toolbox and then have Flash CS3 write the associated Actionscript for me. Is there any way to do this? Thank you, Adam _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com