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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse roll overs

Status
Not open for further replies.

richvalve

Programmer
Mar 2, 2001
20
GB
Hello All

I am (with my limited knowledge of ActionScript) trying to do a Flash thing where a user rolls the mouse over 24 different items. One by one when rolled over, their state changes to 'rolled over' When ALL 24 have been rolled over I need it to go to a 'congratulations' type screen.

I can make it so the 24 items have been rolled over (they are shown to be because the state changes) it's just how do I do a script saying something like 'when all 24 items have been rolled over, goto xxx'

Sounds simple, maybe it is!

Thanks in advance

Richard
 
have a variable added to each time one is rolled over and when that var gets to 24 gotoAndPlay().... just set it so each button can be rolled over once...

[conehead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top