X y z co-ordinates

Hi - Just wanted to find out how the x y z values work when doing a transform to move the position of an object to a specific spot. If I put in a positive number – there doesn’t seem to be a way for me to gauge how far the object will move. How do I get the correct co-ordinate values for the position I want an object to move to so I can code it.

Hi @smartears,

the easiest way to implement what you need, is to place auxiliary object at the destination point and make it invisible.
Then you can use “move to position” CoBlock and the object will move exactly to desired position:

1 Like

Sneaky, but genius! Will have to pass this gem onto my students.