Hi, I have a function that loads image strips<http://pymike.pynguins.com/downloads/player-run.png>and returns the images in lists. To do this, I create new surfaces and blit the strips to them at an offset.
My question is: Is there a way to create surfaces with transparent backgrounds? The images have quite a bit of semi-transparent pixels in them, so I can't use colorkeys. Thanks, -- - pymike