My Stopwatch is still counting down the time after when I pause It

When I pause lets say during a 1 minute timer for 10 seconds, the timer shows that its paused for 1 minute but internally, it still keeps going. So when I unpause it, instead of continuing after 1 minute, it immediately adds 10 seconds to the timer, then it continues ticking up.

Is there any way to improve my code here?
Thank You Very Much

Perhaps something like this:

countdown.aia (2.9 KB)

The hhmmss value procedure can be used to format your hh:mm:ss

thank you very much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.