Hi,
I almost feel ashamed to look for solutions on the forum here. The issue is apparently simple, I want to make a countdown timer with minutes and seconds, at 00 00 the timer stops. What happens is, if I update my minute counter at 00 the [f] that stores the minute value changes one second 'too soon' , the sequence of remaining time goes
01:02
01:01
00:00
00:59 ...
If I change the same [f] at 59 seconds all goes well - however the timer stops one second too late, at -1 second and displays 59. I've been playing around with this for some time, but my thinking goes in circles.
I attach both counters, one that changes at 00 and the other which changes at 59. They're in the same patch.