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


*
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to