LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
Thinking a bit better about it, since I have also to manage the interface, maybe it's better not to burden too much the scrip with hundredths. Ultimately I do not think it would be very reliable.
To do a countdown, as you advise me to do the script?
I think you probably also have to consider the human interface ... in other words, can a human react within a hundredth of a second to stop/start your timer?
paulsr wrote:I think you probably also have to consider the human interface ... in other words, can a human react within a hundredth of a second to stop/start your timer?
Just a thought...
--paul
I Paul, yes, absolutely true. It remains only the case in which someone would record the screen with a video camera.
Sorry to drag up an old post guys, but I have a question / request regarding timers - all of my attempts end up with me falling into a rather uncomfortable ctrl+alt+del loop.
I'm basically trying to create some sort of game play where a number pops up on screen, say "3" and you have to press a button to start the timer and then press it again to stop the timer as close to the number as possible.
From there, I would like to find the difference between the numbers and display the 'score'. The score would be the 'TimeRemaining' - the 'Difference' - once the player is reduced down to TimeRemaining => 0 the game ends.
I would like this to be as accurate as possible, so I'm thinking milliseconds.
Any help would be much appreciated as I have used the code found in the first page of this thread but it isn't as accurate as I would like.