Hi,
I'm making a card game and want to show the player's hand as a fan of overlapping cards.
The problem I have is that if I click on a card any card(s) that it's overlapping also pick up the click.
Is there any easy way in Construct2 of getting the higher level Z-Order object to 'soak up' the click? I know that I could get a list of all the affected objects, compare Z-orders and only act on the top one, but that feels a bit clunky. I'm hoping there's any easy built-in way of accomplishing the same thing...