Disable movieclip

[LEFT]Hi,

is there a way to disable a movieclip… i thought myMc._visable=false would hide and disable, but it does not seem too.

cheers,
G
[/LEFT]

myMc.enable = false

thanks! i guess you meant my_mc.enabled = false

yes, but i am an idiot…:slight_smile:

ha! i am the one that had to ask :}

On the subject of idiots (just kidding :P), visible is spelt with an “i” :wink:

myMc._visible = false;

:slight_smile: