I have a whole crapload of buttons on the screen and I want an mc to pop up over them and cover them so the button states don't work. What I DON'T want is for the mc to be a big button...it will make the navigation a little confusing.

Usually people seem to be trying to solve this problem rather than create it on purpose.

I could add:

buttonName._enabled = false;

for each button but there's 135 of them...so if I could avoid it, that would be great.

Suggestions?