Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop Down Menu

Status
Not open for further replies.

Dayzee

Technical User
Apr 24, 2001
18
GB
howdy

i am stuck. i am writting an action for a drop down menu and well it appears that the tutorial i am using is from flash 4. Does anyone know how to trensfer it to flash 5 as it is different. I need the actions -
on (rollOver) {
gotoAndStop (2);
}

but what i have written
Mouse.show(1);rollover;
gotoAndStop (2);

I beleive what i wrote is wrong because well it does not work.

Also when i lok in the 'movie explorer' i should be able to write an action for the buttons but i can not.

any ideas would be greatful - or i will just have to give up on this. oh well

thanx

Dayzee
 
hi Dayzee

The code you have IS F5. Have you chacked that the button is within the mc you want to go to Frame 2?

Also, when you're in 'movie explorer' you can't alter the scripting unless you double-click it, then you'll be transferred to the actions window to alter the code.

dave davdesign@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top