Disable playing movie if detected

Hi
I’m getting into flash and now i’ve got a problem i couldn’t solve.
There is a button in a navigation i’ve made, which plays a movieclip when you click (the movieclip is going on playing until you click the next botton) and when you rollover the button there is another movieclip
My problem is that the rolloverclip appears when you already clicked the same button (that means rollover and click sequence are visible at the same time)
I’m searching for a function that deactivates the rollover effect if the on press effect is already started.

I’ve searched already for a thread with a solution for my problem but didn’t found one. From there i know you guys are practiced and hope you can help me.
Thanks

I’m at work and don’t have flash, so this is just a stab in the dark, but it might just be crazy enough to work. On your button’s on(press) handler, add this:
[AS]
_root.movieClip.removeMovieClip();
[/AS]
Hope that does it for you…
(-:

Tutorial [URL=http://www.kirupaforum.com/forums/showthread.php?s=&postid=199778#post199778]Similar question

Hope this helps. When animating the states buttons, its best to rework the button as a button movie clip.

well that was ugly

Similar Question

http://www.kirupaforum.com/forums/showthread.php?s=&postid=199778#post199778