setsh (setshape) name-or-number
setsh (setshape) list-of-names-or-numbers |
Gives a shape to the turtle. If the input is a name, a quotation mark must precede it. The maximum number for setshape is 128. When a list of shape names or numbers is given as input, each forward and back command makes the turtle cycle through the list of shapes (the maximum number of items in the list is 64). The shape can also be set by picking a shape from the Graphics Tab area and clicking on a turtle. See shape, and Animation Techniques and Importing Shapes in MicroWorlds Help Topics. |
Example:
setsh "star
setsh 5
setsh [lion1 lion2] |