Hi All,
i have created watch countdown about 5 second and it decreased to 0.
how to do every time click on button it will start all over again without to wait number become 0.
this block working only one click, second time it will show NaN
Hi All,
i have created watch countdown about 5 second and it decreased to 0.
how to do every time click on button it will start all over again without to wait number become 0.
this block working only one click, second time it will show NaN
In Button5 Click you need both
set Timer2 Enabled to True
set countlabel Text to
and give the number of seconds such as 5This will make it work every time.
That worked bro Muneer. Thank you for your help.
You can simply mark this as Solved, since this has been the solution