Hi,
I have recently learned that if you want to draw to flash’s stage with code in an .as file you will need to put that class name in the “Document class” option found on the properties panel.
Now what I am trying to do is build a more complex class structure for drawing to flash’s stage.
So how can I have a second, third, fourth subclass of the document class and have them all be able to draw to flash’s stage?
I have tried the extends class argument but I am having difficulty making it work. Any suggestion / ideas?
waffe