Forum Discussion
RichChapman
5 years agoCommunity Member
Need Help (SL360): Disable NEXT button unless slide already visited
Hi folks -
Is there an elegant/simple way to disable the NEXT button for an initial visit to a slide but keep the NEXT button enabled for all subsequent visits to that slide?
I'm aware of the Sl...
WaltHamilton
5 years agoSuper Hero
Use a variable to indicate that the feedback layer has been visited. You can reset the slide, but variables aren't affected by resets. Create it as T/F with an initial value of False, and Next set to Normal.
Change state of Next to Disabled when the timeline starts on this slide if variable FeedbackVisited = False. Then on the feedback layer, instead of enabling Next, use this trigger: Change variable FeedbackVisited to True when [whatever action now enables the Next button].
Related Content
- 2 years ago
- 3 months ago