Felix and Herbert. Level

Similar documents
Felix and Herbert. Level. Introduction:

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.

SCRATCH CHALLENGE #3

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

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.

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.

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

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

Penalty Kick in Ipanema

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

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

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.

Scratch Hands-on Assignments CS4HS - Summer 2017

Step One - Visiting the School Zone:

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

EXPLOSIVE STORAGE CAPACITY CALCULATING TOOL USER MANUAL

Activity 8: Cave Surfing Game

Full-Time. Other Fixtures. Version 2.1

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

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

HOW TO SETUP ROUND ROBIN IN DARTS FOR WINDOWS

Managing Timecard Exceptions

Player, Coach, Manager, and Team Account Creation

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

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

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

Walking for Health: Scheme page guide Contents

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

DakStats Football Quick Start Guide 1 of 7

How To Use My Tennis Page On TennisLink

Webpoint Club Management

Heart Foundation Walking Website user guide for Walk Organisers

Inspection User Manual

ALGE DIVE! ALGE. ALGE-TIMING GmbH & Co

The ICC Duckworth-Lewis Calculator. Professional Edition 2008

Lab 2: Probability. Hot Hands. Template for lab report. Saving your code

Booking Tee-Times on a Computer

Chapter 6 Handicapping

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

JeffTrial IRB Submission Regulatory Coordinator Training. Kimmel Cancer Center 09/16/2013 Ver. 1.0

resultszone Post Result Service

Nucula. Nucula User Guide to Work Records

Entering Immunization Data

LBC Admin Access to USA Boxing s Match Tracker

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

Prerequisites: Layout:

Computer Scorekeeping Procedures Updated: 6/10/2015

England Handball Association Membership and Registration Information Updated: June 2018

UNDERGROUND SURVEY WITH MINEMODELLER

2017/2018 Club Director Club Administrator Instructions

USA Wrestling Membership System. User Guide

Page 1 GM-FAQ Club Profile FAQs. Page

American Thoroughbred Handicapping Program

szen Eighteen Full Manual 2010 szen Corp

DIVE MEET SCORING INSTRUCTIONS. Day before meet

Write Your Own Twine Adventure!

The Reserve Club. Introduction to. On Line Tee Time System For Private Clubs

BBoard PONG game. Creative Computing #1

download.file(" destfile = "kobe.rdata")

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

Inspection User Manual This application allows you to easily inspect equipment located in Onix Work.

Computer Scorekeeping Procedures

Boyle s Law: Pressure-Volume Relationship in Gases

Requesting Team Activation

Free Golf Scorer. Installation: Page: 1 / 9 28/06/10

How-to Edit/Delete a Score

To Enter a Game sheet:

Using the GHIN Handicap Allocation Utility with GHP Golfer

USA Jump Rope Tournament Software User Guide 2014 Edition

UNITY 2 TM. Air Server Series 2 Operators Manual. Version 1.0. February 2008

Race Area Analyzer Solent

BiiSafe Buddy User Guide

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

DUTCH5 USER GUIDE February 2013

Player Registration, Transfers & Loan signings

[CROSS COUNTRY SCORING]

Fastball Baseball Manager 2.5 for Joomla 2.5x

Trainer User Guide Submitting a Monthly Gallops Return

Horse Farm Management s Report Writer. User Guide Version 1.1.xx

Soft Systems. Log Flume - 1. Enter Specification. Activity One ACTIVITIES. Help. for Logicator

New User. This is the sign-in screen for the registration system. If this is the first time entering the system, click on NEW USER.

ROTAX GLOBAL APP GUIDE. (revised ) GRAND FINALS EDITION

Introducing Version 7R2

Computer Scorekeeping Procedures Page 1

New Jersey Travel Team Registration Handbook 2010/2011 Season Contents

Clyne Golf Club Online Booking System Booking

GN21 Frequently Asked Questions For Golfers

APBA Baseball for Windows 5.75 Update 22

Encountering Condi.ons

How to Use TDM for a 10 and Under Tournament

uemis CONNECT: Synchronisation of the SDA with myuemis

Aerobic Respiration. Evaluation copy

Personal Study Plan (PSP) Student Instructions

Activity 5.1B Dragster Assembly Drawing

Counterbore and Countersink Tutorial

FAQ RCGA Network. The RCGA is dedicated to offering you the best customer support possible. Our goal is to respond to your requests within 24hrs.

[CROSS COUNTRY SCORING]

Everything You Need to Know About Youth Flag Football

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! Follow these INSTRUCTIONS one by one Click on the green flag to TEST your code Save Your Project Click on this to SAVE your work

STEP : Felix follows the mouse pointer We want Felix the cat to follow the mouse pointer.. Start a new project. 2. Click on the stage next to the sprite and switch to the Backgrounds tab, and then import the background indoors/hall. Delete the original blank background. 3. 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? 2

STEP 2: Felix chases Herbert Next, we want Felix to chase Herbert the mouse, rather than the mouse pointer.. Create another sprite using the choose new sprite from file button and selecting animals/mouse. 2. Change the name of the sprite to Herbert. 3. Edit the costume and make it smaller than Felix. Try six clicks on the shrink button: 4. Make sure Herbert only points left-right. 5. Give Herbert this script: Does Herbert move with the mouse pointer? Does Felix chase Herbert? 3

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: Does Felix say when he s caught Herbert? 4

STEP 4: Herbert turns into a ghost when he s 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. 2. Import a new costume into Herbert from fantasy/ghost2-a. 3. Edit the costume to make it smaller. Six clicks on the shrink button should do. 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 5

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.. Make a variable, for all sprites, called Score. Click on Variables in the top menu, make a variable and name it score 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 the game! Don t forget you can share your game with all your friends and family by clicking on Share on the menu bar! 202 Code Club. This work is licensed under a Creative Commons Attribution-Non Commercial-NoDerivs 3.0 Unported License. 6