Boxball project - illustrates WHY the ball that reached the bottom needs to be a PARAMATER of the onBallHittingBottom() method.

The extra features included here are NOT required.



  1. Notice how only the most recently created ball determines whether the most recently landed shot was MADE or MISSED. See MADE shots records as MISSED.

  2. How could this happen? By not having the onBallHittingBottom() method of the Boxball class accept the ball as a Formal Parameter.

  3. Notice how the ball waits for 10 seconds until it hide()s itself, after it lands.