Timer back button

I want when the user presses the back button
Then he can’t press it again
Only after a few seconds

when back button is pressed,
set clock timer interval to your desired value (eg, multiple of 1000) {1000 = 1 sec}
set a clock to timer to true…
set back button enabled to false
set back button color to dull

when clock timer
set clock timer enabled to false
set back button enabled to true
set back button color to normal

simple

1 Like

thank you :heart::heart:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.