I've seen methods for overriding addChild inside of movieclips, but can you do it at the upper-most root level? As in, overriding it on the main timeline.
|
feedback
|
|
Here's what you need to do. First create a document class for your FLA. In this case, I've called it Main.as:
Then you need to set the document class in your FLA (look at the Property panel with no stage objects selected). | |||||||
feedback
|
|
You can override inside of any class that inherits the addChild method. Example:
Source: | |||
|
feedback
|