Hi
I was hoping someone would have the answer to my problem.
I have some buttons on my website that when the user rolls over the button it does one thing and when they roll out it should go back to it’s normal state, but it doesn’t. Well, not everytime anyway.
I’m using the code below
on (rollOut) {
gotoAndPlay(8);
}
but it doesn’t work everytime. If the user moves the mouse away quickly I find the buttons are stuck on the rollOver state and doesn’t return to the normal state.
Any help here would be great, thanks.
RabBell.