Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 4

II C

C TT Y
Y EE A
ARR 55

UNIT 3 : PROGRAMMING IN LOGO

Clearing Screen
&
Controlling Pen
Basic LOGO
Basic LOGO Commands
Commands

Clearing the screen


When drawing fill up the Logo Screen and you want to create a new
drawing, you need to clear the screen.

Next
Basic LOGO
Basic LOGO Commands
Commands

Clearing the screen


To clear all the drawings, type the Logo command CS. This will clear all
drawings from the screen. You can also include the CS command as
the first command in your set of commands for your drawing, eg:

CS
FD 300
LT 72

Next
Basic LOGO
Basic LOGO Commands
Commands

Controlling the pen


Sometimes, when drawing pictures in LOGO, you may need to move the
turtle without drawing a line. You can do this using the PENUP command.
However, you must remember to use the PENDOWN command to enable
the turtle to draw on the screen.

Home

You might also like