Hi guys,
I have a game in which I select objects by clicking on them (more specifically, touching them).
I need an event which deselects all my selected objects when I touch the background, but not when I touch one of the objects.
I though a simple "On tap gesture" would suffice on the background, since the tap wouldn't go through the objects, but I guess I was wrong. Is there a way to make objects "unpassable" for the click/touch ?
Thanks!