On my Mac, the timer is set to the nearest millisecond. I think you are confusing the display (which only shows to the nearest tenth) with the internal value, which appears to be to the nearest millisecond. Note: the timer may have different resolution on different operating systems---I've only checked running under Mac OS X 10.3.9.
You can try setting a variable to 1000*timer to look at the value more easily in a display.
Offline
Rukqo wrote:
Can we have a more accurate timer that counts to the 3 digit after zero?
That way, it can apply for both the <timer> tag and the <wait( ? )secs> tag.
you can make a time variable and forever wait 1 secs, change time by 1 or something ilke that.
Offline