draw

Draw

Draw is a simple project to make a paint program to let you draw on the screen. Download draw.sb into Scratch and view the video to see how the application is made from Scratch.

Paint a picture with the mouse. Press the green button to clear the page, P to put the pen down and back up again, C to change colour, and the left and right arrows to change the width of the pen.

Turtle Graphics

Turtle Graphics comprise Move and Turn commands which allow the child to move the sprite around the screen with simple control commands. These commands are an important way of introducing children to geometry when combined with the pen commands that leave a trail as the sprite moves. The idea is that the children can experiment themselves and discover how to draw a triangle, square, pentagon, and other shapes without necessarily knowing the angle required to draw each shape.

Syndicate content