Movie clip stacking - always on top?
I have a Flash file I'm trying to figure out an issue with. Basically, it starts off with the first frame firing an animation movie clip called Animation. When that animation completes, the next frame runs video that is played using another movie clip called Movie1. When the movie completes, the next frame runs an animation movie clip called Animation02.
At the bottom of the screen in our "footer" I have a button that launches a movie clip called TextBox1. The clip is a draggable box that contains a dynamic text field with scrollbar, and a button inside of it that closes (hides) the box. The text in the box is the actual script that the user hears being read throughout the animation/video/animation sequence in the Flash file. Captions, essentially.
If a person clicks to launch the captions during the first Animation clip, all is well. But when the Movie1 clip is triggered by the first animation ending, Movie1 appears on top of the already-launched TextBox1 caption box (which is normal behavior, as I understand it, with each new clip automatically being on top). I know my caption box is still shown on the stage, it's just covered up. I can click the caption button to turn it off and relaunch it and it will be on top again as intended, but of course, when Animation02 is triggered by the end of Movie1, the Animation02 clip is on top of the text box again.....and again, I can can turn off captions and relaunch the clip to get it back on top.
What I want to do is have the TextBox1 caption box be persistent in its index so it's always on the topmost layer. Any help on making this always stay on top any time a clip is added?