Hello there,
I'm new to Construct 2 and I'm struggling on how to 'pick' multiple instances based on the object instance I've selected with a mouse click.
What I'm trying to do:
I have made one Sprite object. On the layout, I've put multiple instances of this Sprite object, positioned next to, above, or below eachother.
When I select an instance, I would like to pick all instances surrounding the current instance I've selected, and perform an action on them (change their Animation Frame - I know how to figure out this part).
So selecting an instance, it must affect the instances directly above, below, left and right of the instance that I've selected by a mouse click.
I was hoping to archieve this by 'picking' the instances using a System condition 'Pick Nth instance', but it won't work...
Can someone help me out please?
Cheers!