Player's Movement using Mouse

Hello! How do I make the player move based on the position of the mouse click? Like when the player clicks a specific position using the mouse, the character will teleport to that position. I only saw based on the keyboard pressed. Thank you!

Hi, this might be the answer to your question: GDevelop 5.

Btw, the example projects (https://gdevelop-app.com/game-examples-starters/) are always a good start to figure out basic mechanics.

1 Like

Thank youu!!! :blush::blush:

Btw, can I ask if you know this also?? Match System in GDevelop - #2 by Gruk I will really appreciate it also

Again, thank youuu

Hi, unfortunately I am not even slightly as familiar with the engine as Gruk and Silver-Streak.

1 Like

Maybe you can do compare X position of an object with greater than with the code off MouseX() doesnt get more simple
and in action force to go right and the same with left but an less than and go left

1 Like

thank you for the reply :blush:

Yes, thank you. I will try to do this.