When activating the timer object with a button or page enter etc (interval = 1000ms) the elapsed time variable is 1014. So if I have to syncronize the tempo with the computer clock is not exactly the same... It goes 1014 ---> 2044 ---> more. Not like 1000 -> 2000 -> 3000.
- Code: Select all
SetVar "[Count]" "[Count]+1"
count representing the seconds...
If you compare a variable created [Count]+1 (after the timerstart action) and the global [Second]... the beginning they are equal but after a couple of secs they are not in sync. Like there´s a delay between a global second and the timer counted variable.
When you use the elapsed time do you get 1000ms as a result?
Thanks again for the help
Bernardo