What sound will play if the ball misses the hand?
whistle
What button does the user need to press in order to make the hand move left?
left arrow
What will happen if the ball hits the hand?
ball bounces
What must happen in order to make the cheering sound play?
ball goes into goal
How many events do you see in the app's code? (Hint: all the events in this code begin with "when")
7
What must happen in order for the user to score a point?
ball in goal
Name the three coding events that cause sound effects to play.
when ball hits wall
when ball in goal
when ball misses hand
The main program code is listed under the orange "When Run" block. What color are the other event blocks?
Which two events can cause the ball to bounce?
when ball hits hand
when ball hits wall
If a user is very bad at the game, which sound effect would you expect to hear most often?
whistle
Name the three things that will happen when the user clicks Run.
set normal hand speed
set fast ball speed
throw new ball
Name the three events that will make a new ball be thrown.
when run
when ball in goal
when ball misses hand