Forum Discussion
JayCouvillon-26
3 years agoCommunity Member
Having trouble with triggers involving the player's Next button
Hello,
I am building a course that places conditions on when the player's Next button can appear but it doesn't always work. Most learners sail through but some seem to get stuck on triggers that ...
TomKuhlmann
3 years agoStaff
The file worked fine for me. Here are a couple of suggestions, though.
- Change the state of the next button to disabled when the slide starts
- Since you're going to show the continue layer when all of the states are visited, get rid of the next button trigger that you have and add a trigger on the continue layer to change the state of the next button to normal when the timeline of the layer starts
- Set the slide property to resume saved state.
See if that fixes the issue.
Another consideration, evaluating state changes is great when you're on the slide, however, I usually use variables to track movement away from a slide. This gives me more control.