Game Maker
Register
Advertisement

This is about the move_towards_point function.

How it works[]

for inside parentheses next to the move_towards_point function put items in a layout like this (x,y,speed)

Example If you want to make a click-to-move game you might do this.[]

move_towards_point(mouse_x,mouse_y,5)

It would send you to the mouse and at a speed of 5.

Advertisement