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
tell the difference between indexed array and associative array? : Adobe flash
Tell me what is the main purpose of actionscript?
what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash
How to embed flash in html?
which keyword is used to attach methods and properties to a class? : Adobe flash
which of cannot be automatically outputted by the trace action? : Adobe flash
which statement best describes what the #initclip num and #endinitclip commands indicate? : Adobe flash
which of the assumptions cannot be made when developing an application for intranet deployment? : Adobe flash
Differentiate between as2 and as3.
Can you explain what are the differences between javascript and actionscript?
which of the following is not a key benefit of usability testing? : Adobe flash
Hat are the differences between javascript and actionscript?
which two textfield events can be captured to trigger scripts to run? : Adobe flash
you want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash
What does the void function and object contain in actionscript?