Re: [pygame] where is tick_busy_loop?

2007-09-07 Thread Jason Marshall
Joan, You're probably looking at the Pygame 1.8 documentation, but using Pygame 1.7.1 software. The Clock_Object.tick method in Pygame 1.7.1 is the same as the Clock_Object.tick_busy_loop method in Pygame 1.8. Jason M. --- Joan Planas Illas [EMAIL PROTECTED] wrote: Hi all, I'm developing a

[pygame] where is tick_busy_loop?

2007-09-07 Thread Joan Planas Illas
Hi all, I'm developing a multimedia app involving text movement and I need to use (or at least test) tick_busy_loop because I need an acurate frame control. I'm working on Ubuntu Feisty and there's no method tick_busy_loop on Clock(). I also tested it on Mandriva. Do you guys know if it is