New to flash

I am trying to figure this out: I have a movie symbol that I want the whole scene to “wait for” before continuing to play the scene. I was just adding emtpy frames in there like crazy so that the frames in the ‘mother’ scene would take just as long as the movie clip symbol before continuing with the rest of the scene. But this is pretty ridiculously unpractical, I know there must be some action script I could be able to use on the movie clip to tell it to ‘stop the rest of the movie’ until clip is done playing… anyone able to explain this to me?

thanks
ces
:evil:

Stop() at where you launch your movie clip and gotoAndPlay(next frame) at the end of the clip.