Forum Discussion
JohnJohnson-6a8
4 months agoCommunity Member
Prevent clicking other choices while selection plays?
The scenario I'm trying to describe is one in which there are 2 or more choices to click in a "click to learn more about XYZ" scenario
What's the best way to prevent other items from being clicked...
MicheleIsrael
3 months agoCommunity Member
Hi there...I have a similar question to what the person above asked. I want to make sure buttons are visited in a specific order...must click and complete before selecting the next button...it seems variables would be the way to go? Or change the states of? That's what I need.
JudyNollet
3 months agoSuper Hero
There are different ways to force a user to click buttons in order.
Start by having the 1st button in the Normal state. Give the other buttons an Initial State of Disabled.
Then, depending on what happens when the user clicks a button, have triggers that change the state of each subsequent button to Normal at the appropriate time. For example:
- when the previous button in the series is clicked
- when the timeline ends on the layer shown by clicking the previous button in the series
- when the timeline starts on the slide with the condition that a variable = True, with the variable change occurring on whatever slide the user jumps to when they click the previous button in the series
Related Content
- 4 months ago
- 2 months ago