Book Image

Scratch 2.0 Beginner's Guide: Second Edition

By : Michael Badger
Book Image

Scratch 2.0 Beginner's Guide: Second Edition

By: Michael Badger

Overview of this book

Table of Contents (18 chapters)
Scratch 2.0 Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – flipping through the photos


The Scratch sprite library contains a couple of sample arrows that we can use. However, you may decide to paint your own arrows or import other images. Just keep in mind that we need a left and right arrow.

  1. Let's add the arrow2 sprite from the Things folder in Scratch's sprite library. You can find the sprite by clicking on the Choose sprite from library in the Sprites pane. This sprite points to the right by default, but there's a costume that points to the left, which we'll use in the next step.

  2. Let's get an arrow that points to the left into the project. Repeat step 1 and add a second copy of arrow2. Click on the Costumes tab and select the costume that points to the left. This will give us left and right arrows on the Scratch stage.

    Tip

    If the default color of the arrows blends in with your images, you may want to use the image editor and use the color a shape tool to change the color of the arrow.

  3. Position the arrows in the bottom-right corner...