/ Published in: ActionScript 3
                    
                                        
button function to jump to labeled frame.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function functionName (e:MouseEvent):void{
gotoAndStop("lableName");
}
instanceName.addEventListener(MouseEvent.CLICK, functionName);
URL: http://www.oman3d.com/tutorials/flash/basicwebsite/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                