Return the current angle of an object.

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

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

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