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

Re: [pygame] Fade in/out transition effect



Couldn't you just gradually change the new pics alpha until it replaced the old picture?

I have written a program that does a slideshow, but I want to make the
transition softer, and I want to do this by fading between the two images.
Anybody can point me to more info about how this can be done in pygame?