cheers everybody!!
I need to disable some buttons in a movie in level0. I manage to do that…
but the thing is i have some other buttons inside a movieclip and i can’t disable them… what should i do? how can i acess the buttons inside the movieclip to disable them?
the code i’m using for the buttons in level0 is:
on (release) {
for (i=0; i<4; i++) {
_level0[“button”+i].enabled = false;
}
and for acessing the buttons inside MyMovieClip…??? help!
thanks!!!