Turtle, Observer, Patch

setshape-at xcor ycor shape-name-or-number

Parameters:
xcor Number Distance in the x direction
ycor Number Distance in the y direction
shape-name-or-number Number The name or number of the shape

Description:
Turtles xcor units to the right and ycor units up of the caller, set their shape to shape-name-or-number.

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

Notes:
Names for shapes can be found and edited in the Shape Chooser window.

Related Commands:
setshape setshape-of setshape-towards shape-at