Cool Scratch Projects in easy steps
eBook - ePub

Cool Scratch Projects in easy steps

Sean McManus

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Cool Scratch Projects in easy steps

Sean McManus

Book details
Book preview
Table of contents
Citations

About This Book

Millions of children and young people worldwide are using Scratch to make their own games and animations.Following on from the success of Scratch Programming in easy steps, Cool Scratch Projects in easy steps gives you great ideas to create computer games and other projects that’ll impress your friends and family ā€“ and you’ll have endless fun creating and playing them! The book provides step-by-step instructions for building projects that show off some of the cool things you can do with Scratch.It starts with two simple projects to get you started. Find out how to: Make a game with animated cartoon characters
Build a drum machine and make random music
Use anaglyph glasses for 3D effects and 3D Art
Design amazing mazes in a 3D environment
Create your own stop motion films
Use the ScratchJr app to create games and interactive stories anywhere using your iPad or Android tablet Cool Scratch Projects in easy steps has projects for Scratch 2.0 on a PC/Mac and Scratch 1.4 on the Raspberry Pi, and includes a Raspberry Pi Camera Module project. Each project includes suggestions for customizing it, so you can make it your own!A FREE pair of 3D/anaglyph glasses is provided with the print copy of this book.

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Cool Scratch Projects in easy steps by Sean McManus in PDF and/or ePUB format. We have over one million books available in our catalogue for you to explore.

Information

ISBN
9781840787474
1
Magic Mirror
In your first project, youā€™ll see how to make sprites move under your control, how to use the Paint Editor, and how to spice things up with graphic effects.
Introducing Magic Mirror
Using Scratch
Using Scratch 1.4
Making the cat move
Making the mirror
Adding the reflection
Adding the magic controls
Polishing the magic mirror
Introducing Magic Mirror
At the funfair, you sometimes see an attraction where your reflection is twisted, stretched and squashed in warped mirrors. Now you can bring the fun home, with the Scratch Magic Mirror. It takes up less space than a funfair, and has three buttons to change the distortion. (Even more magically, it shows the side of you thatā€™s facing away from the mirror, although that is more to do with how it works, than anything mystical.)
This project provides an easy start in Scratch, but even if youā€™re an experienced Scratcher, I recommend you try it. Many of the ideas and techniques here will come up again later in this book, and this chapter provides a useful introduction to them.
image
The Scripts Area expands to fill the screen space available, so if you use a larger monitor, the Scripts Area will be bigger than in my screenshots.
By making Magic Mirror, youā€™ll discover how to:
ā€¢Add sprites and sounds to your project
ā€¢Change the background
ā€¢Create scripts to control your sprites
ā€¢Make sprites move under your control
ā€¢Use broadcasts to coordinate between sprites
ā€¢Use the graphic effects
ā€¢Edit the images used for sprites and backgrounds
image
image
This script and many others in this book run noticeably faster on the Raspberry Pi if you go into full screen mode. Click the Easel icon, above the Stop button. The Stop button is above the Stage.
Using Scratch
The main parts of the screen in Scratch are:
ā€¢Stage: This is where you can see your animations and games in action. When Scratch starts, thereā€™s a large orange cat in the middle of the Stage.
ā€¢Sprite List: The cat is a ā€˜spriteā€™, which is like a character or object in a game. The Sprite List shows all the sprites that are in your project. You click them to switch between them.
ā€¢Blocks Palette: In Scratch, you give the computer commands using blocks, which are instructions that fit together like jigsaw pieces. The Blocks Palette presents you with all the blocks you can use. When you start Scratch, you can see the Motion blocks, which are color-coded in dark blue, and are used for moving sprites. You can browse a different set of blocks in the Blocks Palette by clicking one of the buttons above it, such as the Looks button or the Sound button.
ā€¢Scripts Area: The Scripts Area is where you make your programs in Scratch, by joining blocks together there.
image
Thereā€™s also ScratchJr for tablet devices, covered in Chapter 11. Itā€™s completely different to the computer versions of Scratch.
image
If you have a choice, pick Scratch 2.0. It doesnā€™t work on the Raspberry Pi or on the iPad, but it runs on most other computers.
The screen is laid out differently in Scratch 1.4 (the older version, but still used on the Raspberry Pi) and Scratch 2.0 (the newer version). See below for the layout in Scratch 2.0, and see here for Scratch 1.4.
image
Scratch 2.0
Using Scratch 1.4
The screen layout in Scratch 1.4 is different to Scratch 2.0, and there...

Table of contents

  1. Cover
  2. Title
  3. Copyright
  4. Contents
  5. Introduction
  6. 1 Magic Mirror
  7. 2 Gribbet!
  8. 3 Drum Machine
  9. 4 12 Angry Aliens
  10. 5 3D Artist
  11. 6 Space Mine 3D
  12. 7 Maze Maker and Circuit Breaker
  13. 8 3D Maze Explorer
  14. 9 3D Maze Explorer: Finishing touches
  15. 10 Sprites, Cameras, Action!
  16. 11 Super Wheelie in ScratchJr
  17. 12 Five shorties
  18. Back Cover