I want to emulate the Mac OS. I've created a menu (a movie clip) with some options. When one of them is clicked, a "window" (which is a movie clip) will open. This window has an alpha value of 85%.
When this movie clip is above the menu, and when the mouse is over the menu with the window in between, the options from the menu can still be selected. I don't want this to happen.
I know I can use the buttonName.enabled thingy, but is there a more efficient way of disabling the whole menu at once instead of disabling the buttons one by one?