I'm creating a simple birds shooting game with 3 shots aimed and to shot again u have to reload pressing the space bar.
When I tap on an object this one fade out and the icon of remaining shot shows the number of the ramining shots. But sometimes, when I tap 2 times fastly, instead of decreases by 2 the instance variable decreases by 1. How can I solve this problem? Thanks