Forum Discussion
AngelaStpierre
4 years agoCommunity Member
Button States and Triggers when Revisiting
I have a slide where I have a cycle made up of buttons.
When the user first gets to the slide the first button is the only one that is active because we want them to click the buttons in order. I...
JudyNollet
4 years agoSuper Hero
Hi, Angela,
You could use variables and conditions to control the state changes.
- Create a T/F variable with an initial value of False for each step in the cycle.
- For the trigger that changes the subsequent button to Normal, add a condition so it will only do that when the associated variable = False.
- After each of those triggers, add a trigger that adjusts the associated variable to True. That will prevent the trigger from changing the Visited button back to Normal if the user reclicks a previous button.
Related Content
- 10 months ago
- 10 months ago
- 14 days ago