| Yes, I'm erasing the background each frame by 
calling self.screen.blit(self.background, (0,0)). I'm not using pygame sprites either. I wanted to 
create my own. But I'm thinking that maybe it would be better to create a 
separate surface for each of the frames and then switch those during 
animation. Juha Salo |