Forum Discussion
MackenzieAllen
4 years agoCommunity Member
Disabling and Enabling Next Button
Hello,
I have been creating a lot of slides where users have to click various items that have a selected state. I have disabled the next button when the timeline starts on that slide and then ena...
JudyNollet
4 years agoSuper Hero
Hi, Mackenzie,
As Philip said, you should set the Slide Properties to "Resume saved state" for revisiting.
However, there's a bug: Storyline will still execute that "when the timeline starts" trigger, even when the slide otherwise resumes the saved state.
Fortunately, there is an easy fix for this:
- Create a T/F variable with an initial value of False.
- For the trigger that disables NEXT when the timeline starts, add a condition so it only happens when the variable = False.
- Add a trigger that changes the variable to True when the interaction is done. (This means the condition to disable NEXT won't be met when the user revisits the slide.)
Here's a sample of how the triggers would look with enabling NEXT when the timeline ends (instead of when an interaction is done):