Thread: Elapse timer
View Single Post
  #1  
Old 12-14-2005, 11:26 AM
astull astull is offline
Member
 
Join Date: Dec 2005
Posts: 9
Elapse timer

I'm trying to build an elapse timer that will record the duration of a user event. I'm using the time.clock() function within a mousedown event to call the start time but I haven't been able to zero this for the next call. Am I using the wrong function? Any help would be welcome.
Reply With Quote