paulbradley
Programmer
I've made a form which has a timer interval of 1000. Every second 1 is added onto the seconds until it equaly 60 when it resets to zero and one added to the minutes button.
I've made a reset button that makes every value 0 again but I'm stuck on how to do a stop, go or pause button. I've tried having a variable (say stopvalue) and making this True or "y" when stop is pressed and then having an if function on the timer so that it only does it if stopvalue if False or "n". It seems every second it resets my value to null thus making it useless. Anyone offer any suggestions?
Many Thanks.
I've made a reset button that makes every value 0 again but I'm stuck on how to do a stop, go or pause button. I've tried having a variable (say stopvalue) and making this True or "y" when stop is pressed and then having an if function on the timer so that it only does it if stopvalue if False or "n". It seems every second it resets my value to null thus making it useless. Anyone offer any suggestions?
Many Thanks.