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
Describe changewatcher.watch.
for methods within objects,what does the keyword this specifically refer to? : Adobe flash
which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash
the class that is inheriting the another is known as the? : Adobe flash
what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash
which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash
at which point can you start usability testing? : Adobe flash
How many methods for depth are available?
What is the use of pre-loader?
Tell me what is the main purpose of actionscript?
What are the different ways in which the variables can be assigned?
what is the downside of macromedia ui components making extensive use of ingeritance and encapsulation? : Adobe flash
what is not a disadvantage of using the fscommand? : Adobe flash
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,
what appears in the output window after executing this actionscript on the first frame of a movie? : Adobe flash