Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
A Christmas Scratch game
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Extending the Pong Example Barb Ericson Georgia Tech June 2011.
1 After completing this lesson, you will be able to: Add text to slides. Adjust the position of text objects. Format text. Change text alignment and spacing.
Scratch Internet- Open Chrome hit “Create” 1.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
Scratch for Interactivity Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Review for Final June 13, 2016.
Scratch Programming Cards
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Module 2: Investigation 3
Scratch for Interactivity
PowerPoint Activity 5: To Be Determined…
International Computer Driving Licence Syllabus version 5.0
Unit 2 Getting Started With
Cosmic Chorus Green Book, Ch 5.
Scratch for Interactivity
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Scratch Programming Intro
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
WIZCHANNELS.COM Step 1. Stb emulator main menus on 1st startup.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Intro intro intro intro intro intro intro intro intro intro
Stopwatch Cards Stopwatch Cards
transparent overlapping overlapping Overlapping, transparent text
Introduction to Snap Programming
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Paleolithic Mesolithic Neolithic Bronze Age
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Creating a Simple Game in Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
CSC 221: Introduction to Programming Fall 2018
Stopwatch Cards Stopwatch Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Scratch Dance Routine.
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Dance Cards Dance Cards
Presentation transcript:

Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Catch Game Catch Game Catch Game Cards Use these cards in this order: Catch Game Cards Go to the Top Fall Down Move the Catcher Catch It! Keep Score Bonus Points You Win! 1 2 3 4 5 6 7 Make a game where you catch things falling from the sky. scratch.mit.edu/catch scratch.mit.edu/catch

Start from a random spot at the top of the Stage. Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Go to the Top scratch.mit.edu/catch Go to the Top Start from a random spot at the top of the Stage. GET READY Choose a sprite, like Apple. Choose a backdrop. ADD THIS CODE Choose random position from the menu. Type 180 to go to the top of the Stage. TRY IT Click the green flag to start. TIP y is the position on the Stage from top to bottom. y = 180 x = –240 x = 240 Catch Game 1 y = –180

Fall Down Fall Down Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Fall Down scratch.mit.edu/catch Fall Down GET READY Make your sprite fall down. Click to select the Apple. ADD THIS CODE Type a negative number to fall down. Check if near the bottom of the Stage. Go back to the top of the Stage. TRY IT Click the green flag to start. Click the stop sign to stop. TIP to move up or down. Use Catch Game 2 Use to set the sprite’s vertical position.

Move the Catcher Move the Catcher Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Move the Catcher scratch.mit.edu/catch Move the Catcher Press the arrow keys so that the catcher moves left and right. GET READY Choose a catcher, like Bowl. Drag the Bowl to the bottom of the Stage. ADD THIS CODE TRY IT Press the arrow keys to move the catcher. Click the green flag to start. Catch Game 3

Catch It! Catch It! Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Catch It! scratch.mit.edu/catch Catch It! GET READY Catch the falling sprite. Click to select the Apple. ADD THIS CODE Choose Bowl from the menu. Choose a sound. TIP If you want to add a different sound, click the tab. Then choose a sound from the Sound library. Catch Game 4

Keep Score Keep Score Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Keep Score scratch.mit.edu/catch Keep Score Add a point each time you catch the falling sprite. GET READY Choose Data. Click the Make a Variable button. Name this variable score and then click OK. ADD THIS CODE Add two new blocks to your script: Add this block to reset the score. Add this block to increase the score. TRY IT Catch apples to score points! Catch Game 5

Bonus Points Bonus Points Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line Bonus Points scratch.mit.edu/catch Bonus Points Get extra points when you catch a golden sprite. GET READY Choose the Duplicate tool. Click the tab. Click your sprite to duplicate it. You can use the paint tools to make your bonus sprite look different. ADD THIS CODE Click the tab. Type how many points for the bonus sprite. TRY IT Catch your bonus sprite to increase your score! Catch Game 6

When you score enough points, display a winning message! Make a Card 1. Fold the card in half 2. Glue the backs together 3. Cut along the dashed line You Win! scratch.mit.edu/catch You Win! When you score enough points, display a winning message! GET READY Click the paintbrush to draw a new sprite. Use the Text tool to write a message, like “You won!” Click the Convert to vector button. You can change the font color, size, and style. ADD THIS CODE Click the tab. Insert the score block. TRY IT Click the green flag to start. Play until you score enough points to win! Catch Game 7