Changes

Jump to navigation Jump to search

timer.getMilliSecCounter

338 bytes added, 13:20, 25 May 2011
Line 27: Line 27:  
   return now
 
   return now
 
end</source>
 
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
    
== See also  ==
 
== See also  ==

Navigation menu