SlideShare a Scribd company logo
1 of 2
Download to read offline
The Helicopter Game
1. Open Scratch
2. Delete the Cat
3. Add the helicopter
4. Draw a background (click on stage). Have a landing/take
off pad made of YELLOW. Then make rest of scene (the
bits that cause the game to end) to be from RED.
Something like:
5. Next add the code that allows the Helicopter to fly:
6. Now add a new background that is going to be Level 2
(No landing pad)
7. With the stage selected add the following to the scripts
section:
8. When you want to switch to the next background you use
the following command:
How will you decide when to switch to the new background?
Add it to your program and see if it works (HINT: Its to do with
the helicopters position)
Download the ‘The Helicopter Game - Next Level worksheet’ if
your really stuck.

More Related Content

More from Marc Jones

AMAZING COMPUTER TRICKS
AMAZING COMPUTER TRICKSAMAZING COMPUTER TRICKS
AMAZING COMPUTER TRICKSMarc Jones
 
3. bouncing ball
3. bouncing ball3. bouncing ball
3. bouncing ballMarc Jones
 
2. break dancer
2. break dancer2. break dancer
2. break dancerMarc Jones
 
2001 level thresholds
2001 level thresholds2001 level thresholds
2001 level thresholdsMarc Jones
 

More from Marc Jones (7)

AMAZING COMPUTER TRICKS
AMAZING COMPUTER TRICKSAMAZING COMPUTER TRICKS
AMAZING COMPUTER TRICKS
 
7. duck shoot
7. duck shoot7. duck shoot
7. duck shoot
 
6. pong
6. pong6. pong
6. pong
 
5. crab game
5. crab game5. crab game
5. crab game
 
3. bouncing ball
3. bouncing ball3. bouncing ball
3. bouncing ball
 
2. break dancer
2. break dancer2. break dancer
2. break dancer
 
2001 level thresholds
2001 level thresholds2001 level thresholds
2001 level thresholds
 

8. the helicopter game

  • 1. The Helicopter Game 1. Open Scratch 2. Delete the Cat 3. Add the helicopter 4. Draw a background (click on stage). Have a landing/take off pad made of YELLOW. Then make rest of scene (the bits that cause the game to end) to be from RED. Something like: 5. Next add the code that allows the Helicopter to fly:
  • 2. 6. Now add a new background that is going to be Level 2 (No landing pad) 7. With the stage selected add the following to the scripts section: 8. When you want to switch to the next background you use the following command: How will you decide when to switch to the new background? Add it to your program and see if it works (HINT: Its to do with the helicopters position) Download the ‘The Helicopter Game - Next Level worksheet’ if your really stuck.