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

Re: [pygame] video synch



Nevermind how to use the sprite classes with update.. figured it out. Still I can't say if it's faster this way than it was just updating the entire screen.

What is the difference between display.flip() and display.update() when update receives no arguments? Is update faster if given the rects? How would I get those arguments from the sprite classes?