Scratch also plays on the soccer team. Change the backdrop to Goal1. Scratchy should be on the left part of the screen, on the grass. The ball should start at Scratchy’s foot. The score should be 0 when the green flag is pressed. Each time the space bar is pressed, Scratchy should kick the ball (you can use the existing costumes to animate the kick). The ball should glide right to the front edge of the goal. One out of every 3 times (use a random number generator) the ball should say “Goal!” The other 2 out of 3 times, the ball should say “Nope.” If the ball is a goal, add one to the score. The ball must return to Scratchy to be kicked each time the space bar is pressed.