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
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
*