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

[pygame] blit a list containing surfaces



I created a list which contains the subsurfaces of the sprite image. Now i want to blit it on the screen so that it seems to be like a animation. I tried but unable to do so. So kindly help me in the algo of  how to blit this list (Images=[<Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>, <Surface(16x16x32 SW)>]).
Thanks in advance
Ankur Aggarwal