Difference between revisions of "Activities/Turtle Art/Manual 2"

From Sugar Labs
Jump to navigation Jump to search
Line 12: Line 12:
  
 
The turtle lives on the computer screen. It has a pen and can leave marks on the screen.
 
The turtle lives on the computer screen. It has a pen and can leave marks on the screen.
 +
 
[[Image:CS-Click-fd1.png|600px]]
 
[[Image:CS-Click-fd1.png|600px]]
  
 
You play with the turtle using action blocks. Click to get the block on the canvas.  
 
You play with the turtle using action blocks. Click to get the block on the canvas.  
 
[[image:CS-Drag-fd3.png|600px]]
 
[[image:CS-Drag-fd3.png|600px]]
 +
 
Drag the block to a place on the canvas.  
 
Drag the block to a place on the canvas.  
 
[[image:CS-Click-fd2.png|600px]]
 
[[image:CS-Click-fd2.png|600px]]
 +
 
Click on the block and watch what happens.
 
Click on the block and watch what happens.
  

Revision as of 13:45, 19 July 2012

Getting started with Turtle Art

CS-homescreen.png

Turtle Art at OLPC

CS-turtle.png

Meet the turtle

CS-start.png

The turtle lives on the computer screen. It has a pen and can leave marks on the screen.

CS-Click-fd1.png

You play with the turtle using action blocks. Click to get the block on the canvas. CS-Drag-fd3.png

Drag the block to a place on the canvas. CS-Click-fd2.png

Click on the block and watch what happens.

CS-forward.png CS-left.png

CS-back.png CS-right.png

The turtle can go forward or back; can turn left or right.