Return the current position of an object.
This statement can be performed for the 3 axis: X, Y, Z.
Compatible with any type of object: sprites, lights, camera.
move x s
s sprite name
Source move "camera" to 15,10,20 print (move x "camera")Execution 15
