|
motion_set(dir,speed) |
|
dir = Direction instance should begin moving. speed = Speed the instance should move.
This function will move the current instance in the direction dir (see direction) at speed speed. You can use this in the Create Event of a bullet, for example, so as to move it when it's created:
Revision #1 |