Sprite "smearing" as it rotates

Not sure how to explain this, but here’s a link. Why doesn’t the snowman just spin?

Thanks!

The smearing is occuring because there’s no background being drawn in the draw loop. Moving background("black") to the beginning of the draw loop will make sure there’s a fresh background drawn each time, covering up the previous snowman images.