5rio shoot out · 4 click the “wave” sprite 5 ... program sound effect for when the ball is...

9
Program the Cloud to move in the sky Rio Shoot-Out 5 STAGE Learn how to program a soccer game with target Chapter Objective It’s a penalty shoot-out! You have 8 soccer balls, you must score 5 times to win and free Pele! The Game * Download file “Scratch Stage 5” Click the “Cloud” 2 3 1

Upload: others

Post on 15-Aug-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

Program the Cloud to move in the sky

Rio Shoot-Out5STAGE Learn how to program a soccer game with target

Chapter Objective

It’s a penalty shoot-out!!You have 8 soccer balls, you must score 5 times to win and free Pele!

The Game

* Download file “Scratch Stage 5”

Click the “Cloud”2

3

1

Page 2: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

Program the Waves to move, like an ocean

Program a permanent location for the Goalpost

Click the “Wave” sprite4

5

Click the “Goalpost” sprite6

7

Page 3: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

Program a permanent location for the Net

Program the Bullseye to zig-zag across the soccer net

Click the “Net” sprite8

9

Click the “Bullseye” sprite10

11

Page 4: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

!

Create a program so the ball goes to the Bullseye when clicked12

13

14

Program the Bullseye to continuously change colors

Program the Bullseye to hide when the ball is kicked

Page 5: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

15

16

17

18

19

Click the “Keeper” sprite

Click the “Ball” sprite

Set Keeper (Pele’s) Size, Costume, Starting Point, AND costume change

Program Keeper (Pele’s) to move to a random spot in the net

Program the Size, Starting Point, AND sound effect of the Ball

Page 6: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

!

20

21

22

23

Set the Score to 0 and the Soccer Ball attempts to 8 at the start of the game

Allow the player to shoot at net, if the ball attempts are more than 0 and the Score is not 5

Program the ball to shrink -2 in size, when shot at the net

Player scores, if the ball touches the Net and does not touch Keeper Player misses, if the ball touches the Keeper

Page 7: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

!

Program Sound Effect for when the shot is missed

24

25

26

27

28

When the player scores, Change the Score by +1, say “Goal!!”, and restart the ball to it’s starting point

Program Sound Effect for when the ball is kicked

When the player misses, Change the Score by 0, say “Miss!!”, and restart the ball to it’s starting point

Program Sound Effect for when a goal is scored

Page 8: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

!

29

30

31

If score equals 5, then, broadcast the “Won” screen

If the player has 0 balls remaining AND the score is not 5 then, broadcast the “Lost” screen

If the player has 0 balls remaining then, broadcast the “Lost” screen

Page 9: 5Rio Shoot Out · 4 Click the “Wave” sprite 5 ... Program Sound Effect for when the ball is kicked When the player misses, Change the Score by 0, say “Miss!!”, and restart

When the Game Starts, broadcast the Game Instructions

When the player loses, broadcast the “Lost” screen and stop the game

32

33

34

35

Click the “Banner” sprite

When the player wins, broadcast the “Won” screen and stop the game