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

Re: [pygame] I can't seem to find any simple sprite animation game examples on the pygame.org site



Print frame_number.  If you get an output counting up from 1, that's good.  Check to make sure that you're drawing the frames right: i.e., if pygame.draw.image(#image 1) gives image 8, ther'e something wrong.