Making a Movie dissapear when the user clicks on the screen?

I have a button that makes a movie apprear, (its a pop up menu). But I want to make the movie disappear when the user clicks anywhere else on the screen.
To make the movie pop up im using this code

on (press) {
tellTarget (“jump movie”) {
gotoAndPlay(2);

}

}
Is there a way to make this work?
Thank for your help