Triggers and slide transitions

Mar 22, 2021

I'm a new user and was wondering if anyone could help me. I have a content page with five Icons, each icon is set to trigger a different slide group. How do I add a trigger that once all five Icons have been selected it triggers to go to slide 3.13? In other words they have to view all the content before it will advance to the end of the slide show

7 Replies
Ned Whiteley

Hi Jesse,

Hopefully the attached example may give you some ideas to work with to help solve your problem. In this example I have used variables that are set when the user clicks on the Continue button at the "end" of each section. These variables are then used to indicate on the menu (using a check mark) which sections have been completed. Once all sections are complete, it then jumps the user to the next slide (in this case, Conclusion). If you wished to do so, you could also use the variables to disable sections that have been completed, so that the user can only visit each one once.

In your case, you are simply using icons rather than buttons in your menu, but the principle should be exactly the same. Rather than having a check mark, you could introduce a new state for each icon to indicate that it had already been visited. If you have any queries, just get back to me here

Walt Hamilton

Triggers are executed in the order they appear. In this particular bunch, when the timeline ends, control is passed to slide 3.4 (jump to slide 3.4). At that point no more of this list of triggers is processed. Put the trigger to change the variable first, then the one with the conditions (jump to 3.13), and if the conditions aren't true, lastly jump to 3.4.