Hello everyone !
does anyone have an example of a digital timer or clock ? I want to use a slider values to set a stop watch or countdown timer.
Any help is appreciated.
JZ
Hello everyone !
does anyone have an example of a digital timer or clock ? I want to use a slider values to set a stop watch or countdown timer.
Any help is appreciated.
JZ
You can easily do it using timer functions. But when I used it a while ago, I noticed that it not 100% precise. (Maybe using the system.getTimer() or os.time() would provide a more precise timing)
What about os.time() ?
Yes, another option. Updated my answer.
Great ! thanks guys for the help, I will take a look and let you know how it turns out.
JZ
You can easily do it using timer functions. But when I used it a while ago, I noticed that it not 100% precise. (Maybe using the system.getTimer() or os.time() would provide a more precise timing)
What about os.time() ?
Yes, another option. Updated my answer.
Great ! thanks guys for the help, I will take a look and let you know how it turns out.
JZ