I got an asteroid object with an instance variable of HitCount.
When clicked, the value will + 1 and also set the sprite to another frame
However I am also getting an event when releasing the mouse button, causing the HitCount to jump to 2 for a single click.
How can I prevent this? adding a click time interval check?