Turtle Activity

Commands for the turtle's pen

Click the tab for the pen to see the following tools:

 Turtle_Art_img_21
pu = pen up – Picks up the pen so that the turtle does not draw.
 Turtle_Art_img_22
pd = pen down – Puts the pen down so that the turtle can draw.
 Turtle_Art_img_26
set pensize – Sets the width of the pen. The larger the number the fatter the line.
 Turtle_Art_img_23
 
set color – Sets the color of the line that the turtle draws. The value can be 0 to 99. See the table for colors.
Turtle_Art_img_24 set shade – Sets the brightness of the color. 0 makes it blacker. 99 makes it whiter.
 Turtle_Art_img_25
 
fill screen – Fills the entire screen with the color and shade shown.