How to move by touch on mobile phone??

This is a game that moves left and right by touching the character with your finger on your mobile phone while learning by following the tutorial. When I tested it, the character follows the finger movement slowly. Is this correct? (I want to make the character move with my fingers.)


And, when the game is over, you have to press the reload or home button to resume the game, but even if you touch anywhere, the game is running again. The contents of the event are as follows.


If you want the character to follow the touch, then don’t apply a force to it’s position. Set the character’s X position to the touch X position.


You’ve provided the beginning of scene event, not the events that check if the button has been clicked.

1 Like