Forum Discussion
Issue with navigation triggers
Slide 6.3 has these triggers:
After answering Final Jeopardy on 6.4, the user returns to 6.3. At that point, all the buttons are Hidden. Thus, the variable is changed to True. And, thus, the program jumps back to 6.4. Because there's no "Hide this layer when the user clicks Continue" trigger, whatever layer was showing before still shows. That all happens so fast you probably wouldn't even see the Results layer.
However, the Results won't show because of these triggers on 6.4:
Triggers run in order. However, if a "jump to" trigger takes the user to another slide, subsequent triggers don't run. You have to move the set-variable trigger before the jump-to trigger to change the variable.
And you still need to resolve the conflict between showing the Results layer vs. jumping to 6.4. That could be done with triggers like this:
By the way, thanks for providing such a detailed description of the issue. That made it easier to troubleshoot.
Related Content
- 4 hours ago
- 3 months ago