i'm currently making a dress a doll game. it is working but i have some problem. im using this code for my button:

on (release) {
_root.movieclip._visible = !_root.movieclip._visible;
}

and once the button was click, the movie clip appears...

the code i used in my movie clip is:

onClipEvent(load)
{
_visible = false;
}


the problem is that i have multiple buttons....the thing is i have to reclick again the button to make the movieclip invisible again...can you help me?

im just a newbie here that's why i'm only using simple scripts that i can find in the net...

what i want to happen is that once i click the other button, it automatically make the other movie clips invisible...the only current movie clip will only appear....

please...