I created a new file I have five buttons on stage, button1,button2,button3,button4 and button5. Also I’ve created a new layer that I put an empty movieClip that I’ve name it container.Also I’ve created a movieClip name test1 with an Identifier test1. I load the test1 movieClip into the container in my stage when I pressRelease button1.But when my test movieClip loads to my container,I roll over anywhere in the space of the test1 movieclip the buttons 1-5 are live or enabled. I’ve try to enabled = false; all the buttons but it doesn’t work.
This is the code that I use(I’ve place it in the first frame of my test1 movieClip):
this.button1,enabled = false;
this.button2,enabled = false;
this.button3,enabled = false;
this.button4,enabled = false;
this.button5,enabled = false;
How can I make this work
Regards