Hi,
[quote:3jextksf]I have made screenshots but I have no clue how to include them to this post... Bit silly I guess. But I will try to explain my problem with words.
Try imgur or dropbox link, perhap? <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">
[quote:3jextksf]So the question I had... Is there a way to disable the other cards behind the chosen one for a moment?
Assuming your logic is correct and the order of the card is at fault, what event are you using to do this? On Object Clicked or On Click? On Object Clicked will go for all objects. I've tried creating 3 Sprites on top of each other and I have this event:
On Click Sprite -> Sprite.X = random(500)
When I click on a Sprite, all Sprites go into random x location. One possible fix for this is to use the condition: pick top/bottom.
[quote:3jextksf]Pick top/bottom
Pick either the top-most or bottom-most instance, taking in to account layers and Z index. For example, the instance at the front of the top most layer is the top instance.
Source: https://www.scirra.com/manual/131/common-conditions
I've tried insert this condition right into the On Click Sprite event and only the Sprite on top will be selected and moved to a random x location, leaving all other Sprites as they are.
Does this fix your problem?
Kind Regards,
TwinBlazar