Re: [Tutor] Python Tkinter event activated with time

2011-07-27 Thread Peter Otten
Emeka wrote: > I am putting together a small game, and I would want to enable my callback > function using time passed. > > How to do something like this with Tkinter event. > > from time import time > > ftime = time() >if ftime - time() > 2000: > dosomething You can schedule a fu

[Tutor] Python Tkinter event activated with time

2011-07-27 Thread Emeka
Hello All, I am putting together a small game, and I would want to enable my callback function using time passed. How to do something like this with Tkinter event. from time import time ftime = time() if ftime - time() > 2000: dosomething -- *Satajanus Nig. Ltd *