Re: [Flashcoders] AS3 : Flash IDE Base Class question ...

2008-05-19 Thread John McCormack
Hi Stephen, On the Export for Actionscript dialog there is a pencil which brings up your class if you click it. But if you haven't written a class yet then the dialog says it will create one for you (when compiled), based on MovieClip. If you have written a class then you get what you want

[Flashcoders] AS3 : Flash IDE Base Class question ...

2008-05-18 Thread Stephen Ford
Example: I've drawn a 50x50 red square in the Flash IDE, and converted it to a new MovieClip, giving it a name of Box. I've then selected Export for Actionscript, at which point said clip is given the default Base Class of: flash.display.MovieClip So I then create a Class file, Box.as. Within