How can I design a 3 minute timer?
One button, one label, two global variable and a clock is enough
On button click to start timer, use clock to get current milli. And add 180000 , save it as final milli value and set clock to timer enabled to true. Set interval as 1000
When clock timers
Set final timer to get final timer -1000
If final timer =0
Then set clock to timer false
Show us if you tried anything
1 Like
Did you test it?
Yes but it doesn’t work
1 Like
Ok thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.