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

Re: [pygame] Weird problem



Luke Paireepinart wrote:

     pause the program for an amount of time
     pygame.time.wait(milliseconds): return time

An alternative way to handle timing is to set up a timer to send USEREVENT events at regular intervals.

--
Greg