Move an object on a single axis relative to its current position.
This statement can be performed for the 3 axis: X, Y, Z.
Compatible with any type of object: sprites, lights, camera.
move x s by x
s sprite name x horizontal
Source for 5 move x "camera" by 10 next print (move x "camera")Execution 50
