Sound Effects
The Main Code
Rules
100

What sound will play if the ball misses the hand?

whistle

100

What button does the user need to press in order to make the hand move left?

left arrow

100

What will happen if the ball hits the hand?

ball bounces

200

What must happen in order to make the cheering sound play?

ball goes into goal

200

How many events do you see in the app's code? (Hint: all the events in this code begin with "when")

7

200

What must happen in order for the user to score a point?

ball in goal

300

Name the three coding events that cause sound effects to play.

when ball hits wall

when ball in goal

when ball misses hand

300

The main program code is listed under the orange "When Run" block. What color are the other event blocks?

green
300

Which two events can cause the ball to bounce?

when ball hits hand

when ball hits wall

400

If a user is very bad at the game, which sound effect would you expect to hear most often?

whistle

400

Name the three things that will happen when the user clicks Run.

set normal hand speed

set fast ball speed

throw new ball

400

Name the three events that will make a new ball be thrown.

when run

when ball in goal

when ball misses hand

M
e
n
u