Turtle, Observer, Patch

setxcor-at (setx-at) xcor ycor coordinate

Parameters:
xcor Number A horizontal distance
ycor Number A vertical distance
coordinate Number A coordinate on the x-axis

Description:
Sets the x-coordinate of the turtle xcor units in the x direction and ycor units in the y direction away from the caller to coordinate.

Examples:
setxcor-at 1 1 5 sets the x-coodinate of the turtle one unit above and one unit to the right of the caller to 5.

Related Commands:
setxcor setxcor-of setxcor-towards setxy-at setycor-at xcor-at