If else question flashmx

Hi all my first post here, sorry if it’s a nub question.

I’ve got a movie playing as triggered by a mouse event in a button (see below), it covers the screen with details of the button.

on (press,rollOver) {
printsub.gotoAndPlay(2);
}

on (release,releaseOutside) {
printsub.gotoAndPlay(34);
}

from frame 34 the movie disappears. I have 5 buttons in which this movie plays that covers the whole screen.

my question is: do I need some kind of “if else” statement to check which of the 5 movies is playing then close all the others? And if so, can anyone point me towards an example script?

So when you rolllOver all the buttons all the movies aren’t all just on top of each other.

Does that make sense?

Any help would be HUGELY appreciated.

cheers