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.





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


Please Help Members By Posting Answers For Below Questions

Describe changewatcher.watch.

963


for methods within objects,what does the keyword this specifically refer to? : Adobe flash

978


which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash

883


the class that is inheriting the another is known as the? : Adobe flash

1121


what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash

863


which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash

887


at which point can you start usability testing? : Adobe flash

916


How many methods for depth are available?

885


What is the use of pre-loader?

1007


Tell me what is the main purpose of actionscript?

929


What are the different ways in which the variables can be assigned?

948


what is the downside of macromedia ui components making extensive use of ingeritance and encapsulation? : Adobe flash

993


what is not a disadvantage of using the fscommand? : Adobe flash

973


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,

2349


what appears in the output window after executing this actionscript on the first frame of a movie? : Adobe flash

872