Re: [Tutor] Working with some sort of Timer

2011-02-17 Thread Alan Gauld
"Ryan Strunk" wrote def heartbeat(self): if self.round_clock_counter > self.round_clock_max: #todo, call end_round return if global_vars.player.fatigue < 100: global_vars.player.fatigue += 1 self.round_clock = delay(1, heartbeat) after the bell rings. At the same time,

[Tutor] Working with some sort of Timer

2011-02-16 Thread Ryan Strunk
Hello everyone, I'm a first-time poster and--in fact--first time programmer, so a lot of this is new to me. I hope to learn a lot about programming from this list, and I hope you all won't be shy about such feedback as "you're top-posting again, silly newbie." I am currently in the midst of produ