Hi everyone! I'm new to Construct and have a problem that I've been trying to solve for a while without success.
The problem:
I have two squares that are placed one atop the other. When clicked the first is supposed to move to one position, the other (when clicked also) to another. Thing is, when I click the first the other one registers the click also and his action is triggered. Now, I don't want this to be happening. I need the second one to move when expressly clicked.
I tried using variables and other improvised solutions but got no results. Here is the .capx
dl.dropboxusercontent.com/u/193394347/Problem.capx (dropbox)
Hopefully someone has advice that I could use to advance towards a solution. Thanks!