Hi
I'm relatively new to Autoit and i've been trying to develop a simple countdown timer that starts at 3:30 and when it reaches 0 it alerts the user that time is up. This i've already done, the problem now is how to reset the countdown before it reaches 0 if the user chooses to.
For example, in my code below(again not a great master of autoit so feel free to give tips/opinions ) i have a simple GUI with a start and a stop button. The start button works fine and the countdown start but I