setTurtleShapes

Help Contents Graphics Turtle Control setTurtleShapes
refreshP axes

setTurtleShapes shapearray


command. It sets the turtle shapes array of the active turtle to shapearray, which must be an array of Graphic's.

Example:

a=Array 2
a.1=Graphic [circle 10]
a.2=Graphic [repeat 5 [forward 20 right 144]]
setTurtleShapes a
forward 100

Examples:

References:

refreshP axes