In this lesson, you learned about:
- Drawing an animated object on an off-screen image 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.