Hi,
I'm trying to figure out how can i use swipe movements to move an object (ball) in any direction of my layout. I don't want to use buttons or the keyboard for it, only swipes (as it intended to be for touch screen devices). This object also should have different velocities, depending on the swipes velocity it is given to it. And the movement has to gradually decrease until it stops or another swipe make it move again in any other direction. The game works in a top down view, so i have already remove gravity from the object, and finished almost all the game layout. The game is working but i'm using the arrows to move the ball. I would like to know how to do this using swipes. I've already searched the tutorials here, on Youtube, and on the Construct manual, but i wasn't able to make it work. If someone has a example or something that can ilustrate this kind of behavior or how to do it, it will be pretty much appreciated. Thanks!