Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.





Answers were Sorted based on User's Feedback



How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scen..

Answer / 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

How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scen..

Answer / dinesh anand

Hi
In scene2 Timeline Fix a label named "scene2PLAY"
Then Copy and Past the below code in ur button
on(Release){
_root.gotoAndPlay("scene2PLAY")
}

Is This Answer Correct ?    2 Yes 2 No

How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scen..

Answer / samuel jackson

Try to write this code on different layers don't write code on button itself as MovieClip loader doesn't undestand the instance name for different scenes.for eg.
Scene 1 ---> Layer 1 ----> create a movie clip name = mc1
Layer 2 ----> write this code:
stop();
mc1.onRelease = function() {
gotoAndStop("Scene 2",1);
}
the code which you had mentioned is applicable for buttons not for movie clips.

Is This Answer Correct ?    3 Yes 4 No

How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scen..

Answer / 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

More Flash Action Scripting Interview Questions

which of the assumptions cannot be made when developing an application for intranet deployment? : Adobe flash

0 Answers  


what is the key advantage of flash being a true clientside application? : Adobe flash

0 Answers  


what is use of preloader? What are the diff var use for creating preloaders?

10 Answers   DreamOrbit Softech, Redim Software Technologies, Wipro,


How to add conditional logic for the submit button?

0 Answers  


How to create a logo using pen tool?

0 Answers  


which items cannot be hidden from screen readers? : Adobe flash

0 Answers  


what is the key purpose of using layers in a timeline? : Adobe flash

0 Answers  


Do you know how does removal of actual objects and data work in actionscript?

0 Answers  


Explain what are the data types supported by actionscript?

0 Answers  


What is the difference between _root and parent?

10 Answers   Alok Industries, eLearning, IBM, MBT, Origami,


What is the main purpose of actionscript?

0 Answers  


What is EventFlow.?

3 Answers  


Categories