Hey everyone,
Just started using Construct 2 so need some help here. Basically I want my object to move in 3 directions by touching different part of the screen. When a user touch the right side, it will move left and vice versa. When the user touch the middle of the screen, it will move upwards.
I used the equation below but it didn't work as I intended. I've set global vector y to -500. Currently the object is only moving towards the left side. Does anyone know the proper way to do it?