Actionscript 3: document class Q
Actionscript 3: document class Q
Out of context: Reply #10
- Started
- Last post
- 14 Responses
- Pupsipu0
he means you should not be doing that shit in the document class. You should have a class HomeMC.as that extends movie clip that would handle it's own clicks and button events.
then in the document class you would add homeMC or AboutMC and not see all the event listening crap. Makes it easier to organize things.