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
ssprite name
xhorizontal
Sourcefor 5 move x "camera" by 10 next print (move x "camera") Execution50