Forum Discussion
LauraStark-c632
4 years agoCommunity Member
AttnDave: Need best way to control the navigation that if they had viewed a slide previously, they don’t have to wait for the timeline?
In Storyline 360, I have triggers setup such that navigation forward or backward isn’t activated until the timeline runs out, because we want to ensure learners aren’t just clicking to the next slid...
ScottWiley1
4 years agoCommunity Member
If for some reason the "Restricted" setting doesn't work for you, I've always used variables to track completed slides/content.
For instance, a variable named "01_complete" is set to false initially.
The variable is set to true when that slide's timeline ends.
When returning, a trigger to disable the Next button can use that variable as a condition.
Change state of Next > when the timeline starts > if 01_complete is equal to true.