Re: [pygame] Making animation.

2011-05-28 Thread Jake b
Take a look at http://www.pygame.org/project-PyIgnition-1527-.html ( you don't need openGL. ) -- Jake

Re: [pygame] Making animation.

2011-05-28 Thread B W
And a couple more I bookmarked. There are possibly more on pygame.org. http://www.pygame.org/project-gradients-307-.html http://www.pygame.org/project-Pygame+Advance+Graphics+Library-660-.html For explosions, winking starts, muzzle flash, etc. you could search for spritesheets, which are cheap

Re: [pygame] Making animation.

2011-05-28 Thread ANKUR AGGARWAL
I made a 3 level small snake game . It have used an animated blast shown during the snake collision. For that purpose I used a small sprite sheet and subsurface concept. Download the game and figure it out. Code is available at http://code.google.com/p/hungry-snakes/downloads/list On Sun, May