Hello,
I was thinking, let’s say you have a main MC named “interfaceMC” and in the MC, you a level 1 MC name “submenuMC” with buttons embedded in it.
Can you like disable a particular set of buttons on the specific MC alone and thus not disabling the rest of the buttons in the main MC?
This is my idea below:
on (release) {
_root.submenuMC.disable_BUTTONS_on_this_MC
}