Disable buttons in a movie clip
Hi!
I have a screen with transparency that pops up over a movieclip full of buttons.
I need to disable the movie clip and/or buttons so they don't function when the pop up comes up.
Can't get it to work with this code:
myMC._enabled=false;
or
myMC.myBTN._enabled=false;
with both of those code pieces, the buttons still function??
Any ideas???