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 are the ways in which actionscript's code can be protected?
which keyword is used to attach methods and properties to a class? : Adobe flash
which two file formats can be imported into a swf file at runtime? : Adobe flash
what appears in the output window after executing this actionscript on the first frame of a movie? : Adobe flash
What will replace flash in 2020?
What are the features provided by actionscript 3.0?
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash
who can create flash movies? : Adobe flash
Do you know what is the difference between an array and vector?
Hat are the differences between javascript and actionscript?
where to start the adobe flash? : Adobe flash
Can you explain what are the changes presented by actionscript?
how does an xmlsocket server know when a received message is complete? : Adobe flash
which items cannot be hidden from screen readers? : Adobe flash
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash