How do I de-activate a button after 2 clicks

How do I de-activate a button after 2 clicks

set the amount of uses for the button to 2

does’nt have that

Put a counter next to a button. Wire them together so when the button is clicked, the counter goes up by one. On the counter, set the target value to 2. When the target value is reached, make the button deactivate.

If you have any other questions, be sure to ask and if you found your solution, be sure to mark it - no pressure :grin:!

you should joinn my padlet so you can play with me https://padlet.com/nature_boy_drama/the-lightbulb-crew-cnqx3xljbqpryypp

1 Like

Please don’t advertise.

use a counter with the target value to 2, wire the button to the counter, button clicked>counter number goes up. then wire the counter to the button target value reached>deactivate counter.

hope I helped! :slight_smile:

2 Likes