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 :
any help and advice is very much appreciated.
thanks!
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!