So it says it mostly in the title, I am using the timer behaviour on my object (a button) & want to display the timer as a countdown with milliseconds, however my math isn't quite adding up.
I have a test version here that I feel like I'm 90% of the way on. But after a poor night of sleep & long day at work I am too foggy brained to solve myself. If someone could be so kind as to nudge me the right direction that would be most excellent!
https://drive.google.com/file/d/158LcMnoZVx-HzJ70LNfqY5xYQf2Euwb-/view?usp=sharing
Develop games in your browser. Powerful, performant & highly capable.
Set text to int(t) & "." & zeropad(int((t-int(t))*100), 2)
Hmm I've tried this out & it doesn't appear to be giving the expected result. Perhaps I am implementing it wrong?
drive.google.com/file/d/1B04PRKAKz7QBhu23A7jeavLORMeUXw12/view
It works for me.
Ah I got it now, thanks for your help!