Forum Discussion
DougArnold-26e1
6 months agoCommunity Member
Help needed with seemingly simple logic
Hi all,
I'm trying to figure out how to change a button state when you click on it, then change it back to the original state when you click it again. It seems simple, but it just won't work f...
GingerSwart
Staff
Hi Doug, I saw your comment about your posts being reported right away. Not sure what is causing that but I'll look into it.
For your button, a quick fix is to switch your buttonison state to the built-in selected state. With the selected state, you don't need triggers for it to work, and you can still have variables that track the button state if you need that. I've attached an example. Hope this helps. Please let me know if you have any questions!
DougArnold-26e1
6 months agoCommunity Member
Yup, that definitely fixed the problem. Thanks, Ginger ! :-)