Hello,
I need help in the method where there are two blocks on the screen and they move back and forth across the screen on contact with each other. This is being used as a trap that the player has to pass.
In code I would increment the X value until it reached a certain point and then I would decrement the value and then just repeat the process.
I can't see a way of doing this on construct 2. I tried a number of things like adding the bullet behaviour and have it bounce of the other block but that was too glitchy.
Any suggestions would be appreciated,
Thanks.