MovieClip changes Stage alignment
- by Nicholas Cowle
I am loading a MovieClip using MovieClipLoader. When the MovieClip starts playing, it changes the alignment of my stage to LT, which incorrectly repositions all the other objects on my stage.
Is there anyway for me to:
Prevent the MovieClip from changing the alignment of my stage?
Adding an event handler to an appropriate event, so that I can reset the stage alignment when it gets changed?
I have already tried resetting the stage alignment on the onLoadInit event of MovieClipLoader and the onEnterFrame event of MovieClip, but both seem to reset the alignment too soon.