target a movieclip from inside another movieclip
target a movieclip from inside another movieclip
i want gotoandplay symbol timeline from main time line
Clicking 1 , i want to goto inside 5 . not 5 timeline . it is main timeline . but i want to go symbol timeline of 5
So the code i am using is :
stop();
movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);
function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(circle).gotoAndPlay(1);
}

here i wan to go

