Question
A simple presentation document
what actionscript will goto and play, individual buttons on separate pages. I have 16 pages and the script I put in stops at page two, not letting me continue. I've checke the instance but I think it's the script I'm using.
btn1_btn.addEventListener(MouseEvent.CLICK, buttonClickHandler1);
function buttonClickHandler1(event:MouseEvent):void {
gotoAndStop(10);
}
PLEASE HELP I NEED TO SORT IT FOR MONDAY MORNING...