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

Sharing projects


This recipe is all about sharing projects you've created to the Scratch website.

Getting ready

To prepare for this recipe, create something in Scratch that you want to share with the world.

How to do it...

Perform the following steps to get your project accessible to the world.

  1. Open the Scratch file you want to share. We've opened a test file that we'll share.

    Note

    Since projects in Scratch 2.0 are created on the Scratch community website itself, there is no true need to upload (unless you are uploading a Scratch 1.4 project). The main change we are making here is making our project public instead of private.

  2. You'll see a button at the top of the page on the right side that says Share.

  3. Your project is now live for folks to see. Click on the button next to the Share button to see what your project looks like to the world!

  4. The project page is also where you can change the information that the folks see about your project:

See also

Learn how to download projects in the next recipe, Sharing Scratch 1.4 projects.