Hi, guys!
That's the problem:
I want to move my object according to touch.x position, but if I create an event like this:
Each tick -> Set "Protagonist" position to touch.x if I touch in another part of the screen the "Protagonist" (obviously) teleports to touch.x position.
But I don't want the "protagonist" to teleport to touch.x, I want the "protagonist" to move gradually to touch.x.
If you've ever played Snake vs. Block, that's exactly what I'd like to do.
youtube.com/watch
As you can see from the video, you can touch any part of the screen, if you move to the right it will go to the right, if you move to the left it will go to the left, and more importantly it will move according to the speed of your finger movement.
Thank you! :D