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