/ Published in: ActionScript 3
URL: http://www.oman3d.com/tutorials/flash/basicwebsite/
button function to jump to labeled frame.
Expand |
Embed | Plain Text
function functionName (e:MouseEvent):void{ gotoAndStop("lableName"); } instanceName.addEventListener(MouseEvent.CLICK, functionName);
You need to login to post a comment.
