Hi, i have a little scripting problem and here it is
I have a movieclip. 10 frames. When you roll over(mouse enters and then exits fast) i want it to play the whole movie. And thats easy. i use :
on (rollOver) {
play()
}
But if the mouse enters, and does not exit, i want the movie to stop at frame 5, and then when the mouse does exit, i want it to start playng again.
Anyone know how?