Hi I’m trying to figure out how can I fix this problem:
I have a button in my main movie scene that I have this action:
on (release) {
loadMovieNum(“scroll.swf”, 2);
The scroll.swf file fills up the whole screen, but when I roll over the scroll.swf I can click and select the other buttons that I have in my main movie scene.
How can I avoid selecting the other buttons in my main movie scene ones I load an external swf movie to a Level?