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

Rollover and Rollout

Status
Not open for further replies.

Keendev

Technical User
Jan 23, 2006
106
PH
hi guys,

need some help...

I have a button.., and when the mouse hovers the button, the
movieclip on the stage will play.. and when roll out the movie clip will play the "rollBack" framename.

Problem is when mouseovers and then mouseout very quick
on the button, it does not play the "rollBack" framename...
and stucked.

here's the sample code i put on my button :
Code:
on(rollOver) 
{	_root.stage_investors_arrow.gotoAndPlay("rollStart");
}
	
on(rollOut)
{
_root.stage_investors_arrow.gotoAndPlay("rollBack");
}

any help and advice is very much appreciated.

thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top