Delay clicking the button

Hi. I want to prevent two buttons from being clicked in one minute. Why? because one of them shows the current time, while the other allows you to enter the time. as the second one does not take into account the seconds, after clicking the buttons within one minute the clock will reverse the clock and show 23h 59m and seconds. it is logical but unpleasant to the eye. I tried "if" "then" "else" blocks but for the = sign these two times are always different.

Use a clock timer to disable the button for 60000ms
(on click set to not enabled, start timer, after timer set to enabled)

3 Likes

Thx. That was helpful.

1 Like

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