Set the object rotation on a singe axis.

This statement can be performed for the 3 axis: X, Y, Z.

Compatible with any type of object: sprites, lights, camera.

turn x s to x
ssprite name
xhorizontal
Sourceturn x "cube" to 0 for 5 turn x "cube" by 2 next print (turn x "cube") Execution10