This has got me stumped and Im pretty sure its something simple Im overlooking. I have a “Main” swf that has some animations and about 12 buttons on it. A second swf called “fade” which is the same size as “Main” is called and is loaded on top. The problem is that even though main is covered by fade, mains buttons still can be found with the cursor and clicked.
Ive tried using loadMovie to put “fade” into an empty MC and loadMovieNum to put it on a higher level but the problem is still there. I dont want to unload “main” because I need it to be there when the fade layer backs up and becomes transparent.
A search turned up tons of leads but nothing that actually helped me fix this Anyone know?