Turtle and Observer Command

setshape-at xcor ycor shape-name

Turtle xcor units to the right and ycor units up of the caller, sets its shape to shape-name.

Note: shape-name can be the number of the shape as well.

Examples:

setshape-at 1 2 turtle-shape causes the turtle one to the right and two units above the caller to set its shape to turtle-shape.

Related commands: