Table of Contents
Print Complete BookPrint This Chapter
PreviousNext
 
 

Turtle Pen Commands

from: http://en.flossmanuals.net/TurtleArt/PenCommands

Click on 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 will be drawn. 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 will make it blacker. 99 will make it whiter.The example shows color 0 at shade of 0, 50 and 99.
 Turtle_Art_img_25 
 
Fill screen – Fills the entire screen with the color and shade shown. 

PreviousNext