Hope you are doing great. My problem is I cannot get milliseconds from "Timer" as it doesn't run accurately when I set the wait time to 0.01 because of insufficient FPS rate. I also tried "OS.getticksmsec()", it runs the timing well, but this time I have another problem - I cannot reset it every time the car crosses the finish line. I also need resetting every time "ms" reaches 1000 (if > 999) to dial-up "sec" and start from zero.
My question is - are there ways to "restart" OS.getticksmsec(), and if not, how would you implement lap timing? I need 3 digits of "millisecond" value.
Thank you!