Forum Discussion
HannahWright-70
9 months agoCommunity Member
Simplest Possible Countdown Timer that Actually STOPS!
I'm not sure what broke in our company template (I did not create it) but now the timer resets to 59:59 when it reaches the end instead of just hanging out at 00:00 until the student moves forward. ...
WaltHamilton
9 months agoSuper Hero
Look at the Master;
The minutes and seconds show a reference to the variables, but the hours are just numbers. You can't see the hour variable, but its initial value is 1. The timer doesn't reset from 0:00 to 59:59, it resets from 1:0:00 to 0:59:59
- HannahWright-709 months agoCommunity Member
We don't use the hour variable at all (I'm not really even sure why it's there to tell ya the truth)
So if I remove or edit the hour variable it won't be included in the countdown?