/ Published in: ActionScript 3
Expand |
Embed | Plain Text
// event listener button.addEventListener(MouseEvent.MOUSE_DOWN, gotoframe); // function called function gotoframe(event:MouseEvent):void { gotoAndStop(90); }
Comments
Subscribe to comments
You need to login to post a comment.

I think it's the most useful snippet..