Forum Discussion
jennifercavisto
3 years agoCommunity Member
Can I make a button inactive after the user has selected it?
I have 4 button list I want the user to select each and then after they have selected it and gone to the next screen, I have a back button to go to the list again but I want the button they chose to...
RichardWatson
3 years agoSuper Hero
Jennifer,
One way to accomplish this is as follows:
1. Create a T/F variable and set its default value to False. For example, v_DisableButtons
2. Create triggers that set the state of each of the buttons to disabled when the timeline starts on the slide if v_DisableButtons = Value True
You could then set the state of the v_DisableButtons to True when the state of all of the buttons is visited.
Something like this. I'm sure there are other ways as well. With Storyline, there are always lots of ways to do things.
Related Content
- 4 months ago
- 8 months ago