make the button an MC with the animation in it… then use a hit test to see if the mouse is over it and advance frames… if the hit test is false have it advance to previous frames, like this:
Wonderful, just wonderful. Worked exactly as I wanted it to! Had no idea Flash could play movies “backward”, as it seem to do with the prev.frame command… awsome.
I have been trying to use this hitTest method of rollover to control other clips but I have been getting problems. Basically I would like another clip to act as the hit area of sorts, and I figured that i would be able to replace:
this.hitTest(_…
with
MyClip.hitTest(_…
but I get errors, can someone tell me what I’m doing wrong?