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
Name the as3 components?
what is the recommended character to use to separate target level paths levels? : Adobe flash
which of cannot be automatically outputted by the trace action? : Adobe flash
What are the different primitive data types used in actionscript?
Tell me what are the functions used with flash media?
How to write a program that shows the usage of data types?
Can you explain what are the changes presented by actionscript?
How to write a program use a text field and display it using the actionscript?
tell the difference between indexed array and associative array? : Adobe flash
What is the main purpose of actionscript?
which of the following is not a result of exporting a movie for a debug build? : Adobe flash
can flash .swf movies be very time consuming to edit? : Adobe flash
Write a function for a button.
what should be used in the name of constant? : Adobe flash
where is the data pulled by a load variables function stored? : Adobe flash