AtomicMatter
Vendor
I have a problem with a nav bar I made, you can check out the navbar (along with a cool banner I made) here
If you run your mouse down the navabr you can see the animations, this is done by putting a button symbol inside a movie symbol. On the first frame of the movie symbol I have the button, in this frame if the mouse rolls over, the movie (stopped by frist frame) goes to next frame and plays (which plays the animation) the rest of the frames for the layer with the button in (frame 2 and to the end where it stops) if the mouse rolls out, the movie symbol will go back to frame 1 and stop. Get the picture?
Now, the problem with this is that if you move your mouse down too fast and the mouse cursor goes off the flash "area" on the page, the animation will finish and will stick on the last frame of the animation, even though the mouse is somewhere else.
I think I know a way around this. I want to run a check on that last frame to see if the cursor is still there on the button at that last frame, if it isn't, then go back to frame 1 (and therefore, stop) but if it is, go back to the start of the frame (script) and check again.
One huge problem, how do i do this?
If you run your mouse down the navabr you can see the animations, this is done by putting a button symbol inside a movie symbol. On the first frame of the movie symbol I have the button, in this frame if the mouse rolls over, the movie (stopped by frist frame) goes to next frame and plays (which plays the animation) the rest of the frames for the layer with the button in (frame 2 and to the end where it stops) if the mouse rolls out, the movie symbol will go back to frame 1 and stop. Get the picture?
Now, the problem with this is that if you move your mouse down too fast and the mouse cursor goes off the flash "area" on the page, the animation will finish and will stick on the last frame of the animation, even though the mouse is somewhere else.
I think I know a way around this. I want to run a check on that last frame to see if the cursor is still there on the button at that last frame, if it isn't, then go back to frame 1 (and therefore, stop) but if it is, go back to the start of the frame (script) and check again.
One huge problem, how do i do this?