Challenge Bouncy Ball
Bounce off the floor!



Our ball is moving down the screen, but it keeps going down forever. Add an if statement to make it reverse direction once it gets to the bottom of the screen. Remember you can click restart to re-run the program from the beginning.

If (y > ---) {

Speed = - ……;

}