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 but usually adequate.

Gumm

On Sat, May 28, 2011 at 9:40 AM, Jake b ninmonk...@gmail.com wrote:

 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 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 29, 2011 at 12:41 AM, B W stabbingfin...@gmail.com wrote:

 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 but usually adequate.

 Gumm


 On Sat, May 28, 2011 at 9:40 AM, Jake b ninmonk...@gmail.com wrote:

 Take a look at http://www.pygame.org/project-PyIgnition-1527-.html

 ( you don't need openGL. )

 --
 Jake