Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /// @description JumpInDirection(distance, direction)
- /// @param distance
- /// @param direction
- /* Creator (and original version at): https://pastebin.com/u/ShaunJS */
- // Teleports parent object to a spot based on given direction and distance
- x += lengthdir_x(argument0,argument1)
- y += lengthdir_y(argument0,argument1)
Add Comment
Please, Sign In to add comment