|
move_towards_point(x,y,sp) |
|
Drag & Drop equivalent :
x = the x axis position in the room that the object will move toward. y = the y axis position in the room that the object will move toward. sp = the speed which the object travels toward x,y
This function will move the object towards the point x,y, travelling at the speed sp.
Example
cityscape - Revision #1 |