Multiple clicks + problem

Hi,

I’m having a strange problem… I have a movieClip that a user can click on to hide/show a different movieClip (for this example, lets say its a circle). I have an ‘onPress’ on that movieClip that tells it go and play the next frame inside itself movieclip (there are two frames which just have different graphics to represent off/on) and also the line of code to hide the other movieClip. The problem is that if a user clicks on the movieClip to hide the circle and then keeps their mouse in the exact same position and tries to click again to show the circle, nothing happens… they have to move the mouse at least a little bit before it will recognize it is being clicked again.

The same thing happens with buttons I have that scroll the page… which is extremely annoying since you can’t just click the same spot multiple times, you have to move your mouse a bit and then click again.

Anyone else ever experienced this?

Any suggested solutions?

Thanks!

-b.