How do you link buttons to different scenes ?
Tried to link it and its not working just coming up with errors ?
Any advice ?
Tried to link it and its not working just coming up with errors ?
Any advice ?
Do you have some reference that told you to use "..." in your code? Try...
stop();
btnarrow.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
gotoAndStop(FRAME, "Contents");
}
and FRAME needs to be a variable that either identifies a frame number or a frame label
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.