I have been working on trying to finish this countdown timer i saw from someone elses post where they got it to stop at 0m 0s.
The look of it is a great idea but i want to add a bit to it. I want to be able to make it read like a digital clock but everytime i group them together and add the : i get a nan or i when i try and add a 0 to the front of the seconds and just put the : in there like you would with a chrono it just moved the 0 out of the way and you end up with 059 and so on. So if someone could please help me i would be so greatful.
$#VAR_2#%2=1>0?(clamp((floor(((#VAR_1# * 60000)-(#DNOW#-#VAR_2_T#))%3600000/60000)),0,59)):(floor((#VAR_1# * 60)%3600/60))$m
$#VAR_2#%2=1>0?(clamp((floor(((#VAR_1# * 60000)-(#DNOW#-#VAR_2_T#))%3600000%60000/1000)),0,59)):(floor((#VAR_1# * 60)%3600%60))$
if we can get this to work the next step would be to add one that when you stop it you will need to hit rest to get it back to the start and it just not do it when you stop it .