I want to disable a “button”, when click on it and enable it back after 30 seconds.
I design it using “wait” command.
But the “button” I mentioned above enable automatically without any time deletion when I go back to the home screen of my app or close the app.
After that I tried it by using timer component. but same thing happened. may be I didn’t set the blocks of time component correctly.
If a timer isn’t set to loop it stops after the set interval. So if your interval is 30 seconds, you start the timer, it runs for 30 seconds then stops. If you start it again its back to zero, providing count up is disabled.
Dear jared,
thank you very much for support on this matter.
I studied your blocks and got a better idea about the concept.
without those blocks i couldn’t solve the problem.