Helicopter Game Tutorial

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Flappy bird guide for Scratch
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
A Christmas Scratch game
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
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.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Racing Car Game Using the keys to control a sprite.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Introduction to.
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
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.
Introducing Scratch the Cat
Using MIT Scratch for Programming and Control Exercise 6 – Creating a Scratch Packman Year 9 ICT Autumn Term 2007.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Scratch Another computer programming language Developed by MIT in 2003
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Variables and Random Numbers Computer App Session 4.
Marble Racer. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Scratch for Interactivity Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
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.
Today's Ninja Challenge: Write Your First Computer Game!
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
ICT/COMPUTING RULES Only use software allowed by the teacher
Computer Programming Modeling a Passive Solar Home.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Using MIT Scratch for Programming and Control Programming 9.
Review for Final June 13, 2016.
Scratch Helicopter Game
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Scratch for Interactivity
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
© A+ Computer Science -
Scratch for Interactivity
Introduction to Object-Oriented Programming
Scratch Programming Intro
Areas of the SCRATCH 2 Screen
Go to =>
YEAR 7 PROGRAMMING SCRATCH & E-SAFETY UNIT WRAPPER
Go to =>
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Getting Started with Scratch
Game development using Scratch
Creating a Simple Game in Scratch
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Presentation transcript:

Helicopter Game Tutorial A Step By Step Guide

Step 1- Open Scratch Go to: START ALL PROGRAMS COMPUTING AND BUSINESS

Step 2- Do You Have This?

Step 3- Go To Costumes Here

Step 4- Delete Costume 2 So Only Costume 1 Is Left! See

Step 5- Edit Costume 1, Clear Cat and Add A Helicopter

Step 6- Shrink The Helicopter Here

The Next Steps Are To Help Make Your Helicopter Look Like It Is Moving Its Rotors. Buckle Up!

Step 7- Costume 1- Delete Rotors With Eraser See

Step 8- Now Copy Costume 1 TWICE (so you have 3 ‘copter sprites) See

Step 9a- Go Back To Costume 1 And Add A Rotor Using Line Tool

Step 9b- Go Back To Costume 2 And Add A Rotor Using Line Tool

Step 9c- Go Back To Costume 3 And Add A Rotor Using Line Tool

IF YOU WORK IT OUT YOU ARE A STAR! Step 10- LOOPING CODE CHALLENGE! Can you create some code blocks that makes the rotors spin? CLUE: “When the green flag is pressed, forever next costume” IF YOU WORK IT OUT YOU ARE A STAR!

Step 11- Make Your Copter Move Left and Right! Get Your Colleague Next To You To Test It Works!

Step 12- Make Your Copter Up and Down

Step 13- Go To Stage Create a Skyline But With A Black Border

Step 14- Make The Helicopter Start In The Same Position. Code This!

TRY THE CODE…….GO RIGHT …DOES IT STOP AT THE BLACK LINE? Step 15- We don’t want the copter going off the screen……here is some code TRY THE CODE…….GO RIGHT …DOES IT STOP AT THE BLACK LINE?

Step 16- Can You Make The Copter Stop At All Boundaries? TEST IT

STEP 17- CHECK YOU HAVE DONE THIS? You have an animated helicopter Your helicopter can move up, down, left and right Your helicopter does not go off screen You have a background that relates to your game

I created a dragon and shrunk it Step 18- Make An Object That Could, If It Touches The Copter, Could Make You Lose Points I created a dragon and shrunk it Click New Sprite!

Step 19- So I Have A New Sprite That I Can Add Code To See ….New Sprite!

Step 20- Add Code To Make The Dragon Fly Across Your World Step 20- Add Code To Make The Dragon Fly Across Your World. Work the code out!

Step 21- Add A Scoring Variable

Step 22- Add Scoring Code. When Game Starts Start At 0 Score Step 22- Add Scoring Code. When Game Starts Start At 0 Score. Then If Dragon (Sprite 2) Touches Your Copter (Sprite 1) Lose Points

Step 24- Create An Animated Dragon…Breathing Fire! Costume First!

Step 25- How Could We Make The Dragon Switch Costumes Step 25- How Could We Make The Dragon Switch Costumes? What Code Could We Use?

Step 26- Add Sounds (Grab Headphones Step 26- Add Sounds (Grab Headphones!)Let’s make the dragon sprite make a noise!

Step 27- My Dragon Howls! Weird!

Step 28- When The Game Starts How Could Make The Dragon “Howl” Every Few Seconds?

Step 29- Summary Of Code For The Dragon

Step 30- Lets Make Another Dragon! Duplicate The Dragon Sprite

Step 31- Now With 2nd Dragon Sprite Change The Code To Make Him Fly Around The Screen!

Step 32- This Adds A Man That Needs To Be Rescued From The Dragons!

Step 33- Can You Add More People To The Game?

JUST ADDED THE SCORING CODE Step 34- Scoring- Add Scoring For When A Copter Touches (Rescues) The Person- Sprite 4 JUST ADDED THE SCORING CODE

Step 35a- Add A Wiltshire Air Ambulance Loading Screen Follow these steps: Go to Google Find the logo of Wiltshire Air Ambulance Right Click Save Image As Save To Your 7B Folder In Z: Drive

Step 35b- Create A New Sprite & In The Costume Import The Wiltshire Air Ambulance Logo

Step 35c- Add The Code To Make The Logo Appear At Start Then Disappear

Step 36- Create Game Instructions in Word. Not Too Many!

Step 37- In Your Logo Sprite Add A New Costume. Click Paint Added Blue Font and Yellow Background

Step 38- How Would You Code It So The Logo Appeared, Then Instructions and then game started?

Step 39- The Code For The Game Startup

Step 40- Make A Winning Screen. New Sprite

Step 41- Code For Winner Screen Including Music! DOES IT WORK?