Turtle and Observer Command

setxy-of number1 number2 number3

Sets the x-coordinate of the turtle with who number1 to number2 and sets the y-coordinate of the same turtle to number3.

Examples:

setxy-of 1 2 3 sets the x-coordinate of the turtle with who number 1 to 2, and it also sets the y-coordinate of the same turtle to 3.

Related commands:
setycor-of xcor ycor setx sety setxy xcor-of ycor-of