On Wed, 19 Jun 2013 13:18:49 -0700, jacksonkemp1234 wrote:

>         windowSurface.blit(playerImage, player)
>         for bear in bears:
>             windowSurface.blit(bearImage, bear)

Try changing this to draw the bears first, then the player.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to