Disable Mouse click

Hi,

i´m making a projector (fullscreen) to open several different projectors.
When the user presses a button, the projector2 opens ok.

the problem happens if the user clicks again on the screen.
The main movie gets in front the second one that is openning…

I´m thinking on disable the mouse click for a few seconds.
is that possible? if not, is there another solution???

Thanks

in main movie, add an invisible button (only hit state) that covers the whole stage, script to disable, when you click this other button, call a function with a timer, that first enables this other button (which has on empty onRelease, so does nothing), and after timer is up, disables it again…
might work, not really sure tho coz the user is still clicking on the main movie… guess it won’t work… :frowning:
can’t you minimize the main one at the same time as opening the other one…?