Hey everyone,
I'm having some trouble disabling a button and I'm not really sure what's going on. I have a MC on a scene. As soon as this MC loads I want to disable buttons that are on the scene. ie I have sort of a " movieclip popup window." and when it pops up I want the buttons behind this movie clip to be disabled so the user only interacts with the mc. I've tried:
ActionScript Code:
_root.btnEmail.enabled = false;
but it doesn't seem to work. Any ideas? Would this have to do anything with the fact that the button I'm trying to disable (btnSend) contains a mc as well??
Help!

hehe