Accessing the root/stage in ActionScript 3
Wait you can't access the root anymore in AS3. It is gone. You have to use stage instead of _root. If you are in your document class you can access the stage by stage. You can also access the stage from any other movieClip.
mcWhatever.stage




Comments