Update of earlier Bouncing-Ball Animation program
(Lesson 125).
Illustrates:
- Drawing an animated object on an off-screen buffer.
- Calling the
blit
function to copy the contents of the buffer to the screen once during each
animation cycle.
- Moving an animated object in front of a background that is an image instead of a
solid color.