update(): This method draws the sprite on the screen. Typically, you
will update each sprite at the end of the main program’s update() function.
Sprites that are updated first appear at the bottom of the screen, so
if you want a sprite to appear above another sprite, update it later.