Scratch Hungry Shark Game Step-by-Step Instructions

Similar documents
Scratch Primary Lesson 4

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch

REFERENCE GUIDE 1. INTRODUCTION

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Make your own Temple Run game

Creating an Animation using Windows Movie Maker

1.0-Scratch Interface 1.1. Valuable Information

Female Child s date of birth: Last name: State/ Province: Home telephone number:

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES

How to Build a Simple Pac-Man Game

Last name: State/ Province: Home telephone number:

Computer Science Concepts in Scratch

CREATE A 3D MOVIE IN DIRECTOR

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7

MAKE AN A-MAZE-ING GAME

HOW TO CREATE A SCANNED DIGITAL SIGNATURE AND INSERT INTO A PDF DOCUMENT

Game Programming & Game Design

Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright

family games Taking the kids swimming is a great way of making sure they re moving around and having fun. And to help you get them into

Setting up a basic database in Access 2003

CREATE AN ANIMATED AQUARIUM IN POWERPOINT

INTRODUCTION TO COMPUTER PROGRAMMING

Intermediate PowerPoint

Instructions for Formatting APA Style Papers in Microsoft Word 2010

App Inventor Drum Machine Instructions (Project #1) (Version 2 of App Inventor) Description:

Graphic Objects and Loading Them into TGF2/MMF2

Ten easy steps to creating great MicroWorlds EX projects. Steve Robson

Welcome to The Grid 2

2. Setting Up The Charts

The Sensor Readings Gadget for Window 7. Version

Script for Administering Computer-Based Tests. Polk County Midterm and Final Exams

Set up an account with Hotmail

101 IELTS Speaking Part Two Topic cards about sports, hobbies and free time A- Z

Apple Mac VPN Service Setting up Remote Desktop

Windows XP Pro: Basics 1

Task Card #2 SMART Board: Notebook

Windows Live Movie Maker Tutorial

Tips and Ideas for Your IWB Software

A Beginner s Guide to PowerPoint 2010

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows

Use fireworks and Bonfire night as a stimulus for programming

Learn How to Revise 1

Content Author's Reference and Cookbook

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

How to rotoscope in Adobe After Effects

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

HOW TO USE OIT VIA THE WEB

Presentations and PowerPoint

Triggers & Actions 10

Programming Lists of Data

Basic Computer Skills for Beginners. Mesa Regional Family History Center

Changing How the Mouse Works in Windows 7

Microsoft PowerPoint Tutorial

Fusion's runtime does its best to match the animation with the movement of the character. It does this job at three different levels :

Year 3 Grammar Guide. For Children and Parents MARCHWOOD JUNIOR SCHOOL

North Carolina Testing Program. Published Fall 2012 (revised 03/04/13) General Information

Content Author's Reference and Cookbook

SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?

Rev. 06 JAN Document Control User Guide: Using Outlook within Skandocs

For example, you might want to create a folder to collect together all s relating to a particular project or subject.

PaintPot. Figure 2-1. The PaintPot app

MyMaths. User Guide for Teachers. Secondary Level

Boardmaker and Speaking Dynamically Pro

How To Print To Scale With Easy Blue Print

HOW TO ORGANIZE PICTURES

3. Add an Event: Alarm Alarm 0 a. Add an Action: Set Variable i. Applies to: Self ii. Variable: time_left iii. Value: +1 iv. Check the Relative box

Creating Maze Games. Game Maker Tutorial. The Game Idea. A Simple Start. Written by Mark Overmars

[Not for Circulation]

PaperPort Getting Started Guide

Code Kingdoms Learning a Language

Cheshire Public Schools Spelling Program. Practice Strategies

FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION. How do I do it?

App Inventor Tutorial 4 Cat & Mouse Game

How to send meeting invitations using Office365 Calendar

Using Spry Widgets. In This Chapter

Camtasia Studio. Creating Screen Videos

Last name: State/ Province: Home telephone number:

The VB development environment

Fun Learning Activities for Mentors and Tutors

Power Point 2003 Table of Contents

Exporting an image from Sibelius to Microsoft Word

NHS Mail Basic Training Guide

SMARTstuff. The first rule for using an interactive whiteboard is very simple and of the utmost importance: Have faith in yourself you can do this!

General Information. ONLINE ASSESSMENT TUTORIAL SCRIPT for END-OF-COURSE

Working with Windows Movie Maker

Excel macros made easy

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Safety Smart Ambassador Lesson Plan Safety Smart Healthy & Fit! A Lesson In Health And Safety For Children K 2

Excel Using Pivot Tables

Step 2: Headings and Subheadings

Creating a multiple choice test in HyperStudio

Level 17: Creating a Puzzle Part 2

Flip Video Digital Camcorder Startup Guide and Making Movies Tutorial Trevor Oakley, Teen Services Librarian, Saratoga Springs Public Library

We are going to investigate what happens when we draw the three angle bisectors of a triangle using Geometer s Sketchpad.

CNC Turning Training CNC MILLING / ROUTING TRAINING GUIDE. Page 1

Creating Your Teacher Website using WEEBLY.COM

Transcription:

Scratch Hungry Shark Game Step-by-Step Instructions Introduction: In this unit we will be learning to create a game where the hungry shark swims around the screen guided by your mouse. Each time he eats a fish he will get points, but watch out for the poisonous crab! In Scratch, the program that controls the characters is called the script. The characters in the game are called the sprites and the stage is where the action takes place, like a real stage in a play! 1

Step One create a background First cut the cat sprite using the scissors. Then click on the Stage and click on the Backgrounds tab in the middle of the screen. Import the Underwater background from the nature folder or create your own using the Paint Editor. Use the scissor tool to cut the cat sprite Select the stage and click on the Backgrounds tab Click on import and select the underwater background from the Nature folder Step Two create a new sprite Click on Choose a new sprite from file to open the resources. Double click on the Animals folder and select Shark 1-a. Click ok to choose. Now we need to animate the Shark. We will achieve this by giving the shark more than one costume to wear. Choose a new sprite from file 2

Step Three add more costumes and write a script for your shark The script contains the instructions that tell the shark what to do. While Sprite 1 is still selected, click on the Costumes tab to import another costume, then select Shark1-b. Your sprite should now have two costumes in his wardrobe. Costumes tab The blue box indicates that this is the sprite you are working on. Make sure you have imported two costumes NOT two separate Sprites! Then write a script that looks like this: Click here to keep your shark swimming the right way up! Shrink your sprite with this tool Drag the pieces of script from here 3

Step Four debugging your project If your project doesn t work first time then it is likely there are errors known as glitches or bugs in your script that are preventing it from working correctly. Check carefully that you have followed all the instructions exactly, as even tiny mistakes can cause problems. Don t give up though, debugging is a job that all computer programmers have to do! Step Five adding animated fish To make the game fun you need to add a purpose. In this game our shark is going to collect points by eating up as many fish as he can. First we re going to start by adding some new sprites just like we did in Step Two. Choose fish 1-a from the animals folder Import fish 1-b as his second costume (see Step Three) Shrink the fish down to an appropriate size (see image for Step Three) Write a script that looks like this: Is your fish swimming backwards and forwards across the screen? Is he animated like the shark? Is he swimming the right way up? (See image for Step Three) Step Six creating a variable To make our game exciting we need to add a scoring system. To do this we need to create a variable to hold the scoring information. Click on the variables tab Select make a variable Create a variable for all sprites called score 4

Step Seven adding the variable to the script Now we want our shark to eat our fish and get a point each time he does that. To achieve this we are going to have to add some information to our script. We are going to tell the fish that if he touches the shark then he should hide for five seconds, add a point to the score and then reappear again. Change your fish script so that it looks like this: In the script pictured here the variable changes the score by 1 but you can change this value if you wish; you can also change how long the fish hides for. Step Eight adding more fish. To make the game more fun and exciting try adding more animated fish e.g. Starfish 1-a with costume 1-b. The code should be exactly the same as for fish 1-a (repeat Steps Five and Seven, you don t need to create a new variable again). Can you change the speed of your starfish in the move block so that he moves more quickly? Can you change how many points he scores as well? 5

Step Nine adding a poisonous crab. To make our game harder, we are going to add a poisonous crab. If the crab touches the shark he is going to take away 1 point. Import crab 1-a with crab 1-b as his second costume (see Step Two if you can t remember how to do this) Shrink the crab down to the right size (see the image in Step Three) Check he is swimming the right way up (see image for Step Three) Write a script that looks like the one below Import the sounds from the circled area below 6

Step Ten setting the coordinates and game reset Have you noticed that when you move your mouse around the shark game, the coordinates change at the bottom of the screen? This facility allows us to decide where on the screen the sprites will go at the start of the game. Finally, to finish our game off we are going to add a reset function. Add the following blocks to your shark script. Can you set different coordinates for all your sprites? It s up to you to decide where to position them at the start of the game. Extension Tasks Well done, you have completed your mission! Now it s time to make the game your own. Try some of the following challenges: Can you paint your own sprite and add it to the game? (Try paint sprite instead of import sprite) Can you add some music at the start of your game? Can you make some of your characters speak/make sounds, or change the way they look? Can you work out what the pen menu does when you add some of the blocks to your scripts? Can you change the scene in your game by adding a script to the stage? Finally, if you have created your own scratch account at home, try uploading your finished game to the scratch website (go to share in the main tool bar to do this). 7