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 / guest
HI guy i domt know as2 .
In as3 just use
MovieClip(root).movieclip.button.addEventListener(MouseEvent.CLICK,function(e:Event){
})
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash
What are the ways in which actionscript's code can be protected?
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
What are the functions used with flash media?
How to embed flash in html?
can flash .swf movies be very time consuming to edit? : Adobe flash
which two statements about device fonts are true? : Adobe flash
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
Do you know how does removal of actual objects and data work in actionscript?
a button instance is named circle_btn. Actionscript is placed on the main timeline so that the button is clicked a movie clip instance named rec_mc s width is changed to 100? : Adobe flash
what is the function of trace? : Adobe flash
at which point can you start usability testing? : Adobe flash
which two are symbol options when converting an object into a symbol? : Adobe flash
what is vector graphic animation? : Adobe flash
Explain what are the differences between javascript and actionscript?