Timer - Need Help!
Hello I have the following structure: | Input Box B | | Input Box A | | Button |
.
When the user clicks the button timerA starts.
The numbers of timerA are placed into the input box A.
IF input box A reaches '10'
TimerA reset Input Box A Changes to 0.
Input Box B = Prior Number + 1.
.
Now my question is after resetting the timer how can I initiate this again, without having to click the button every time. Note that that entering the command 'Timer.start' within the IF condition will break the code. As this will cause Input Box A to exceed '10' and continue infinitely without changing Input Box B at every '10'. Thanks for the help I hope I have explained this clearly.
Message was edited by: Corey Frankee-Smith Space being wiped..
