what happens if I do this:
addEventListener(Event.ENTER_FRAME, doSomething);
does this code attach my event listener to the “stage”, or the “root”?
or would this code be erroneous?
I want to add the enter frame event to the main timeline…how do I accomplish that?