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
It's a timing issue (which I suspected would happen). Sometimes you can play around with the trigger order, but I think in this case it won't work.
The slide advances before the variable changes. You probably need to move that trigger to the next slide so that it can advance and then change the variable.
For example, you're on slide 21 and going to slide 22.
- Jump to slide 22 when timeline ends if var Slide21Visited = F.
- On slide 22, adjust var Slide22Visited = T when timeline starts (or some other trigger)
- When they go back to slide 21, the slide should not autoadvance because the var is now T