Book Image

Scratch Cookbook

By : Brandon Milonovich
Book Image

Scratch Cookbook

By: Brandon Milonovich

Overview of this book

Scratch 2.0 is an easy to use programming language that allows you to animate stories and create interactive games. Scratch also gives you the capability of using programming to calculate complicated calculations for you. Scratch Cookbook will lead you through easy-to-follow recipes that give you everything you need to become a more advanced programmer. Scratch Cookbook will take you through the essential features of Scratch. You'll then work through simple recipes to gain an understanding of the more advanced features of Scratch. You will learn how to create animations using Scratch. Sensory board integration (getting input from the outside environment) will also be covered, along with using Scratch to solve complicated and tedious calculations for you. You'll also learn how to work through the exciting process of project remixing where you build on the work of others. Scratch Cookbook will give you everything you need to get started with building your own programs in Scratch that involve sounds, animations, and user interaction.
Table of Contents (17 chapters)
Scratch Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating an account


Creating an account is the first step in really getting involved on the Scratch website.

Getting ready

All you have to do to get started is head over to http://scratch.mit.edu, the same place you went to download Scratch to begin with!

How to do it...

Go through the following steps to get your account created on the Scratch website:

  1. At the top of the page, click on the Join Scratch link, as shown in the following screenshot:

  2. You'll be presented with a page that looks something like this:

  3. Click on Next.

  4. Enter a bit of personal information, as shown in the following screenshot:

  5. Click on Next.

  6. You'll see a confirmation page, like the following:

  7. That's it; you're ready to get going with all of the features of the website and Scratch!

See also

Learn how to upload projects in the next recipe, Sharing projects.