AS3.0 simple question
AS3.0 simple question
Out of context: Reply #9
- Started
- Last post
- 9 Responses
- dijitaq0
you need to refer to the class of the parent movieclip you are calling. i think, that's how it's suppose to be...
i think it's something like var mc:MovieClip = getMovieClipByName(parent.name); // assuming it's directly its child
mc.visible = false;