[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Problems with moving animated images



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