the action for scenes instead of frames
hello there
i am using this code for multiple buttons in the same frame, the inicial frame, in order to jump to any other frame when i press the button...
button_name.addEventListener(MouseEvent.CLICK, launch_button1);
function launch_button1(event:MouseEvent):void
{
gotoAndPlay(1); // plays the current timeline from Frame 1 of Scene 1
}
is there an action for instead of going to frame to go to the scene......an action for scenes similar to this ?
also about the home button
whats the action script for home button to come back to the first scene?
anyone?
