Dear All, could you help me in the following situation:
I have two sprites:
1) Background
2) My character
For sure, my character is above the background
I've implemented two event handlers: "tap on background" and "tap on character"
BUT, when I taps on character, the handler "tap on background" also fires
Is this a way to prevent start all "tap on...." exept the sprite i just tapped?
Thank you in advance,
Andy