All,
Looking for some help with tap gestures.
I have an object with health. It requires two taps by the player to destroy it, but in testing it is requiring three taps to destroy. The issues, from what I can tell, is that when I tap the object it registers the first tap, then the second tap on the object does not register, then the third tap registers as the second tap on the object which destroys it. This is my guess based on when I tap the object once then tap anywhere else and then tap the object again the object is destroyed in two taps.
Any suggestions, help with this is appreciated. Thanks