hey sup guys, i have a quick question, isnt it possible to link a button inside of a movieclip using this script
btn1.addEventListener(MouseEvent.CLICK, button1);function button1(event:MouseEvent):void{gotoAndStop(1);}
or do i have to do something else to get that button to work inside of the movieclip?