Turtle
setxy
xcor ycor
Parameters:
xcor
Number
A coordinate on the x-axis
ycor
Number
A coordinate on the y-axis
Description:
Turtles set their x-coordinate to
xcor
and their y-coordinate to
ycor
.
Examples:
setxy 1 2
Related Commands:
home
setxcor
setxy-at
setxy-of
setxy-towards
setycor
step