Forum Discussion
PedroMendez
9 months agoCommunity Member
Making buttons not clickable once they have been clicked
Hi community, I am having troubles trying to configure triggers correctly for the following: I have a question type of scene with 4 questions and 4 buttons. When you click on each of the button...
JudyNollet
9 months agoSuper Hero
It sounds like you can't use the Disabled state. Instead, you could put a transparent shape over each button. Set the Initial state of those states to Hidden. At the appropriate point (for example, when the user clicks their selection from the drop-down), have a trigger that changes the state of the transparent shape to Normal. That will prevent further clicking on the button below it.