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 / anilreddykalluri
Button.addEventListener(MouseEvent.CLICK,function Name);
function Function Name(e.MouseEvent)
{
gotoAndStop(Scene2);
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of depth?
How many methods for depth are available?
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash
which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash
who can create flash movies? : Adobe flash
How to embed flash in html?
what is the key advantage of flash being a true clientside application? : Adobe flash
which items cannot be hidden from screen readers? : Adobe flash
which of the following is not an effective means of developing applications that are easy to debug? : Adobe flash
How to write a program to show the external actionscript?
Name the as3 components?
what is the key difference between while loops and do while loops? : Adobe flash
Do you know what is the difference between an array and vector?
what is the most important factor in determining the compatibility of your application? : Adobe flash
How to make synchronous data calls in actionscript?