I loaded 2 sound fx into my library: a click and a beep.

I want my button to click on the rollover, so I put it on the over state.
I want my button to beep when you click on it, so I put the beep on the down state.

My problem is when I rollover it clicks, press down it beeps,but after I click the button, since the mouse is still on the button it clicks again.

So, I'm getting a click-beep-click.

How do I stop my rollover state from repeating after I click the button?

Thanks!