How to reset a timer

Hi, im new to thunkable and im doing a running app. Im currently making a timer, and everything should be working except of two things. Id like to reset seconds to 0 everytime im increasing a minute and also reset all values to 0, when i click on stop button.

It’s not necessary to add all the extra code into your program. All you need to do is set the variables to the respective blocks. Basically in your code, you’re running two different timers at the same time. Just set the text to the Timer’s input. Thunkable’s Timer component automatically reset the seconds to 00 when the minutes are increased.