Felix and Herbert. Level. Introduction:

Similar documents
Felix and Herbert. Level

Start a new Scratch project. Delete the cat by right-clicking it and selecting Delete.

Table Football. Introduction. Scratch. Let s make a world cup football game in Scratch! Activity Checklist. Test your Project.

1. First start a new scratch project and remove the default sprite.

3. Select a colour and then use the Rectangle drawing tool to draw a rectangle like the one below.

SCRATCH CHALLENGE #3

Boat Race. Introduction. Scratch. You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island.

You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island.

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever

Boat Race. Introduction. Scratch

Scratch Hands-on Assignments CS4HS - Summer 2017

Get it here. Page 1 of 7 Date:Jan 8, 2014

In this project you ll learn how to create a football game in which you have to score as many goals as you can in 30 seconds.

Penalty Kick in Ipanema

Step 1. CoderDojo Milltown Exercise 1 Pong Page 1 of 13

Managing Timecard Exceptions

Step One - Visiting the School Zone:

Lets Play Catch! Keeping Score in Alice. Overview. Set Up. Position the ball 20 feet away: Orienting the ball 7/19/2010

EXPLOSIVE STORAGE CAPACITY CALCULATING TOOL USER MANUAL

The Final Fight STAGE. * Download file Scratch Stage 9. Chapter Objective. The Game

Full-Time. Other Fixtures. Version 2.1

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

Club s Homepage Use this feature to return the club s website.

HOW TO SETUP ROUND ROBIN IN DARTS FOR WINDOWS

Walking for Health: Scheme page guide Contents

A. Login. 3. After validation a Welcome screen is displayed.

Old Kings Oval Electronic Scoreboard. Scoreboard Operation and Advanced Scoring Instructions

Computer Scorekeeping Procedures Updated: 6/10/2015

Deer Population Student Guide

How To Use My Tennis Page On TennisLink

Boyle s Law: Pressure-Volume Relationship in Gases

Computer Scorekeeping Procedures

Golden Spiral. A Chaparral grafix tutorial

Encountering Condi.ons

Sport Event Management System (SEMS) Club Entry Guide SLST 2018 Carnivals

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017.

Club s Homepage Welcome Club Calendar Logout Add a Request Play Date Requested Time Hole Selection # of Tee Times Break Link

ACCOUNT MANAGER REFERENCE GUIDE

resultszone Post Result Service

Booking Tee-Times on a Computer

LBC Admin Access to USA Boxing s Match Tracker

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24

Missouri Hockey Youth Division Scheduling Web Site Club Coach & Manager Manual Updated - 9/5/2013

Start the Polars program and load this file by using the explorer tab on the left side. You will get following picture:

Group walks & events manager: Getting Started for Editors

First Edition. Teaching Scratch. at primary school. Thomas Arts

BiiSafe Buddy User Guide

The ICC Duckworth-Lewis Calculator. Professional Edition 2008

How-to Edit/Delete a Score

Competition Management

Heart Foundation Walking Website user guide for Walk Organisers

Group walks & events manager: Getting Started for Contributors

Repetition. Add in objects. The world should look like this: Bunny Eat Broccoli Repetition Simple loops and Conditional loops

Using the GHIN Handicap Allocation Utility with GHP Golfer

Student Exploration: Distance-Time and Velocity-Time Graphs

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online

Trainer User Guide Submitting a Monthly Gallops Return

Fruit Fly Exercise 1- Level 1

Computer Scorekeeping Procedures Page 1

Tutorial: Adding Twitch ChatPlay

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10

CONTENTS... 2 CONFIGURATION... 3 VENUE MANAGEMENT SETTING UP COMPETITIONS TEAM MANAGEMENT FIXTURING PUBLICATION...

Player, Coach, Manager, and Team Account Creation

Robot Activity: Programming the NXT 2.0

Counterbore and Countersink Tutorial

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean

FIBA Europe Coaching Website. Manual. Practice Section

Personal Study Plan (PSP) Student Instructions

Nucula. Nucula User Guide to Work Records

RUNNING A MEET WITH HY-TEK MEET MANAGER

Industrial Pneumatics

Investigating Natural Gas Production and Consumption with Web GIS

: User Manual. 1 Getting Started

PERSONNEL ACTIVITY REPORTING SYSTEM (PARS) DEPARTMENTAL PAR COORDINATOR & SUPERVISOR GUIDE 8/2017

Roulette V3 provides game statistics, which displays a history of previous results and lets you store favourite bet number layouts.

iscore Help Import a Game & Set a Lineup

DakStats Football Quick Start Guide 1 of 7

Previous Release Notes

Gas Pressure Volume Relationships Laboratory Simulation

Hydrus 1D Tutorial. Example: Infiltration and drainage in a large caisson. 1) Basic model setup. Sebastian Bauer Geohydromodellierung

ALGE DIVE! ALGE. ALGE-TIMING GmbH & Co

Operation of the Perkin Elmer TGA-GC/MS

PERSONNEL ACTIVITY REPORTING SYSTEM (PARS) FACULTY GUIDE 8/2017

WASHINGTON STATE MIDDLE SCHOOL COMPUTER SCIENCE COMPETITION

Alice in Wonderland Tea Party Coding Animation

Write Your Own Twine Adventure!

The following steps take you through creating a hytek database for a new season May 1 st to April 30 th.

Inspection User Manual

BBoard PONG game. Creative Computing #1

Website User Guide for Walk Organisers

Fencing Time Version 4.3

The ICC Duckworth-Lewis-Stern calculator. DLS Edition 2016

User Guide. Two-Wheeled Add-on. Created By: A-Lab Software Limited. Date Created: Feb Date Modified: Feb Revision: 1.

American Thoroughbred Handicapping Program

Lesson 14: Modeling Relationships with a Line

Hertfordshire Girls Football Partnership League Promoting the development of girl s football in Hertfordshire

Click on the menu icon in the left corner to open the menu. From the menu you can:

Entering Immunization Data

1.2 Example 1: A simple hydraulic system

RUNNING MEET MANAGER IN SUPPORT OF MEETS (2016) Greg Wright(6/3/16) First, YOU DO NOT NEED TO DO THIS UNLESS YOU ARE THE HOME TEAM

Transcription:

Introduction: We are going to make a game of catch with Felix the cat and Herbert the mouse. You control Herbert with the mouse and try to avoid getting caught by Felix. The longer you avoid him the more points you score, but don t get caught because your score will go down! Test Your Project Save Your Project Follow these INSTRUCTIONS one by one Click on the green flag to TEST your code Make sure to SAVE your work now

STEP : Felix follows the mouse pointer. Start a new project. 2. Click on the stage next to the sprite and switch to the Backdrops tab, and then click the Choose Backdrop from library button and choose the backdrop indoors/hall. Delete the original blank backdrop. 3. Click on the sprite, and then click on the i button to the top left of the Sprite. Change the name of the sprite to Felix. 4. Make sure Felix only points left-right by clicking this button: 5. Create this script: Does Felix follow the mouse pointer? Does it look like he s walking when he moves? Does he move at the right speed? Step 2: Felix chases Herbert Next, we want Felix to chase Herbert the mouse, rather than the mouse pointer. 2

. Create another sprite using the choose sprite from library button and selecting animals/mouse. 2. Change the name of the sprite to Herbert. 3. Switch to the Costumes tab, then click on the costume in the Paint Editor. A box will appear around the costume. Drag a corner of the box to make Herbert smaller than Felix. 4. Make sure Herbert only points left-right. 5. Give Herbert this script: Does Herbert move with the mouse pointer? Does Felix chase Herbert? Step 3: Felix says when he s caught Herbert We want Felix to know when he s caught Herbert, and tell us.. Change Felix s script to be this: 3

Does Felix say when he s caught Herbert? Step 4: Herbert turns into a ghost when caught Instead of Felix saying something, we want Herbert to turn into a ghost when he s caught.. Change Felix s script to send this message when he catches Herbert: 4

2. Add a new costume into Herbert by selecting Herbert, going into the Costumes section, and clicking the Choose costume from Library button. Select the fantasy/ghost2-a costume. 3. Make the costume smaller by clicking on it in the Paint Editor, and dragging the box that appears, to resize it. 4. Change the names of Herbert s costumes so the mouse costume is called alive and the ghost costume is called dead. 5. Create a new script for Herbert to turn him into a ghost: Does Herbert turn into a ghost when he s caught? Does Felix play the right sounds at the right time? Does Felix still stay still for long enough for Herbert to get away? Step 5: Keep score Let s add a score so we know how well we do at keeping Herbert alive. We ll start the score at zero and increase it by one every second. If Felix catches Herbert, we ll reduce the score by one hundred. 5

. Make a variable, for all sprites, called Score. Click on Data in the top menu, make a variable and name it score, ensuring that For all sprites is selected. 2. On the stage, create these two scripts: Does the score go up by one every second? Does the score go down by one hundred when Herbert is caught? What happens when Herbert is caught before score reaches one hundred? Does the score go back to zero when you start a new game? Well done, you ve finished! Now you can enjoy your game! Don t forget you can share your game with all your friends and family by clicking on Share on the menu bar! 6