How do I get the play head to consecutively go through the timeline containing objects in 4 frames on the click of a button using actionscript 3
stop(); yourButtonName.addEventListener(MouseEvent.CLICK, goToNextFrame); function goToNextFrame(e:Event):void { nextFrame(); }