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


Type the characters you see in the picture above.

Recent Related Entries

Famous Programmers From Adleman to Zimmermann
Look who's up there with Ada Lovelace and Grace Hopper:Famous women programmers are Adele Goldberg, who worked at Xerox PARC laboratory and wrote a number of SmallTalk books, Grace Hopper, a pioneer in the field who wrote the first compiler,...

Immune Attack
Federation of American Scientists (FAS) makes a First-Person Shooter (FPS). Whoever wrote the description of the game won't get a job at PC Gamer anytime soon, but the game itself looks interesting.Players navigate a nanobot through a 3D environment of...

The End of Theory: The Data Deluge Makes the Scientific Method Obsolete
Wired:The Petabyte Age is different because more is different. Kilobytes were stored on floppy disks. Megabytes were stored on hard disks. Terabytes were stored in disk arrays. Petabytes are stored in the cloud. As we moved along that progression, we...

Inside Google Book Search: U.S. copyright renewal records available for download
Inside Google Book SearchFor U.S. books published between 1923 and 1963, the rights holder needed to submit a form to the U.S. Copyright Office renewing the copyright 28 years after publication. In most cases, books that were never renewed are...

Collaborative Authorship Made Easy
A good overview of the issues relating to using Wikis in the classroom. From the NCTE Inbox Blog:The benefits for collaborative writing should be obvious. Wikis allow multiple authors to edit a text easily. While the video doesn't discuss it,...