Changes

Jump to navigation Jump to search

timer.getMilliSecCounter

347 bytes added, 13:21, 25 May 2011
Line 26: Line 26:  
     end
 
     end
 
   return now
 
   return now
 +
end</source>
 +
 +
 +
If you want to do something after ''60'' seconds, for example, here is what you have to do :
 +
 +
<source>timeleft = 60-math.floor((math.abs(timer.getMilliSecCounter()) - math.abs(startTime))*0.001)
 +
-- startTime would be a variable defined earlier as '0', for instance.
 +
if math.abs(math.floor(timeleft)) == 0 then
 +
-- your code here --
 
end</source>
 
end</source>
  

Navigation menu