in reply to Re: Re: Timing events in Tk
in thread Timing events in Tk

Well, which one works? :). As for that code, it won't work because $count will still be 0 at that point. You probably want to create the timer in question() and then cancel it in check().

Tedrek