How can we goto next Scene by giving code on a button inside
a movie clip.
in short.
=>Scene 1.
====>MovieClip
======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ]
=>Scene 2.
This thing is not working. Please tell me the answer of how
to goto next scene from this scene 1.
Answer Posted / dinesh anand
Hi
In scene2 Timeline Fix a label named "scene2PLAY"
Then Copy and Past the below code in ur button
on(Release){
_root.gotoAndPlay("scene2PLAY")
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to embed flash in html?
which code should be added to create a second blue square to the right of the first? : Adobe flash
which two statements about device fonts are true? : Adobe flash
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
what are the statements best describes an event handler? : Adobe flash
What are the changes presented by actionscript?
Do you know what are the different primitive data types used in actionscript?
How to write a program to show the external actionscript?
what are the properties can be used to control the order in which the user can tab through the elements in a flash movie? : Adobe flash
which of the following is not an effective means of developing applications that are easy to debug? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?
which two file formats can be imported into a swf file at runtime? : Adobe flash
what is the key advantage of flash being a true clientside application? : Adobe flash
what is the advantage of progressive video download? : Adobe flash
what is not a benefit of using macromedias pre-built ui components? : Adobe flash