Scratch Tutorials

For the past year or so, my main job in our homeschooling family has been to teach Carolyn (5) how to read. Now I've picked up the task of teaching Peter (9) computer programming.  Last week I wrote a few simple BASIC programs to teach a very basic concept that some of my college students have trouble with when I teach interactive fiction programming -- the fact that when you write code, you have several different audiences -- not just the computer, but the user and also yourself (or some other programmer who inherits your code).

Last week we did a quick-and-dirty choose-your-own-adventure story, and showed Peter how to copy-and-paste blocks of code for editing, rather than retyping long sequences all at once. Several times I made a deliberate mistake, and pretended that I didn't know how to fix it. Peter picked it up quickly.  He was not so good at picking out problems such as missing punctuation or the difference between spaces and underscore_characters, so it was slow going at first.

I do plan on beginning each coding session with a little bit of text-based BASIC coding, but he has started saying, "Daddy, is this enough? Can we move on to Scratch now?"

Scratch is a wonderful 2D animation environment that is designed to introduce kids to programming concepts.  Think of it as Flash for kids. Each element of the programming syntax (an if/then statement or a repeat loop) is graphically represented like a puzzle piece, and the various elements of the program snap into the blocks, giving a tremendously satisfying visual feedback when the programming syntax works.  You'll never see an "error" message when you are working with Scratch -- the pieces just won't fit together if they don't go together. Instead of the "alpha" value, graphics have a "ghost" value, which is a far more sensible name. (I remember being very frustrated when I first started experimenting with creating textures for 3D games, because none of the tutorials I could find bothered to define such a basic term.)

Adding considerably to the charm factor is this collection of kid-produced Scratch tutorials that teach basic Scratch concepts. I downloaded one to see what it was like, and I downloaded a few more just because I think it's cute to hear the kids narrate the tutorials.
Students at Expo were beta testers for a new programming software called Scratch. Designed specifically for youth, it allows them to create their own stories, animations, fames, music and art. At the same time, they apply math concepts, design, problem solve and collaborate. To learn more about Scratch or download the program yourself, go to . One of our writing standards is to explain how to do something. We had so much fun with the Scratch program that we decided to make computer tutorials so others could learn the basics, too. Click on a link to see what you can do with Scratch!

Leave a comment

Recent Related Entries

The New Journalism: Goosing the Gray Lady
This past year has been catastrophic for the New York Times. Advertising dropped off a cliff. The stock sank by 60 percent, and by fall, the paper had been rated a junk investment, announced plans to mortgage its new building,...

Pre-golden Age: The Coolest Robots of Pre-Golden Age SF
Forget WALL-E and GORT. Forget sexy Summer Glau and Tricia Helfer in Terminator: The Sarah Connor Chronicles and Battlestar Galactica. OK, don't forget them. But check it out: Long before Autobots, Fembots, and the Urkelbot, PGA SF authors obsessed over...

At M.I.T., Large Lectures Are Going the Way of the Blackboard
At M.I.T., two introductory courses are still required -- classical mechanics and electromagnetism -- but today they meet in high-tech classrooms, where about 80 students sit at 13 round tables equipped with networked computers.Instead of blackboards, the walls are covered...

E-mail Fail
It seems that a recent 'reply-all storm' at the State Department caused the entire e-mail infrastructure to crash. A notice sent to all State Department employees warned of disciplinary actions which will be taken if users "reply-all" to lists with...

OLPC downsizes half of its staff, cuts Sugar development
The One Laptop Per Child (OLPC) project announced Wednesday that it plans to downsize half of its staff and reduce the salary of the remaining employees. OLPC will also halt its development of the open source Sugar environment and focus...