Forum Discussion
Trigger with Conditions
- 3 months ago
JennyAnnRowe : The conditions on your trigger are fine. The problem is the that it's set to run when the timeline starts.
The timeline starts before the user can interact with the slide. So the only way that would run is if the user finished the interaction, navigated to the previous slide, and then returned to this interaction.
Thus, you need to set up the trigger like the example in my previous reply, with the "when" being when all the objects reach a given state. You can use the state of the definitions instead of the buttons.
By the way, you can edit your original trigger so it disables the Next button:
- Change the set state to Disabled.
- Change the conditions to ≠ Normal (or = Hidden).
- Change the connections to "or," so that the trigger will run if any of the definitions is still hidden.
As Kendall said, the file wasn't attached.
Based only on your description, it sounds like the conditions could be that all 4 buttons are in the Visited state. That would look something like this:
Note that if there's a trigger that disables Next when the timeline starts, that will also need conditions to prevent it from running if the user returns to the slide after completing the interaction.
This post might help: TIP: Controlling the NEXT Button 101 | Articulate - Community