Forum Discussion
GregGarner
3 years agoCommunity Member
Resume State and Pausing Last Slide
Hello! I have a question. I have a course that I have all slides set to Resume State, which is working well. However, since I have each slide set to automatically advance when timeline ends, if t...
TomKuhlmann
3 years agoStaff
You could use a triggered variable. For example:
- var SlideVisited = False
- Advance to next slide automatically when timeline ends if SlideVisited = F
- Set var SlideVisited = True when timeline of the slide ends (or some other trigger that works).
- When they return, the slide shouldn't auto advance because the condition is no longer False.
Or you can just let them click to advance and not require all those triggers :)