Simple timer is not working

I am new to thunkable and programming in general and i am trying to get a simple countdown timer to work. I used the timer tutorial as a reference but the countdown stops at 9. Timer delay is set to 1 second.

Also I noticed in the timer tutorial it goes lower than 0 as well. How can we stop the countdown at 0?

Please refer the attached blocks image

Hey @sunethjod :wave:

Welcome to the community!

You’ll need some blocks to tell your timer when to stop counting too.

Here’s a free template:

Thanks. This is the template I followed.

For some reason my countdown does not move past 9 (starts at 10). I even added “round” to app countdown in the section where it suppose to change the label value thinking converting variable value to a number will help but it didn’t work either.

Hey @sunethjod, here is another example of how to construct a timer