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
what is not a disadvantage of using the fscommand? : Adobe flash
what is the recommended character to use to separate target level paths levels? : Adobe flash
Write a function for a button.
How to write a program to show the external actionscript?
How to add conditional logic for the submit button?
psd. Which format would give you the most options within your flash project? : Adobe flash
what is generally considered the ideal group size for usability testing? : Adobe flash
what is the purpose of the break statement? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?
Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,
How to write a program that shows the usage of data types?
What are the features provided by actionscript 3.0?
where to start the adobe flash? : Adobe flash
what happens when you drag an object created with the oval tool to the library panel? : Adobe flash
What are the different utils libraries in actionscript?