Removing a movieClip from another movieClip
Hey, How do I make visible a movie clip in the main movie from another movie clip when it loads? Not using addchild since the movie clip is on stage. thanks in advance...mesa
Main timeline ---- a simple timeline with two movie clips named aMovie bMovie
aMovieClip.visible =true;
MovieClip2 code with button
aMovieClip.visible=false;
error:
Symbol 'NavPage', Layer 'ActionScript', Frame 1, Line 1 1119: Access of possibly undefined property aMovieClip through a reference with static type flash.display:DisplayObjectContainer.