Custom wrapper with menu

Jun 25, 2019

I have a slide out menu built on the master slide with text links, that include a roll-over and visited state.  The issue is that the visited state (on click) does not seem to work.  I would like the visited state to hold & stay when visiting the other slides in the program.  Any suggestions?

Thank You

7 Replies
Jerry Beaucaire

You'll need to add two triggers and a variable to your master layer for each item you want to remember it's visited state.

  1. Create a true/false variable called INTRO
    Variable
  2. Add a trigger to set the variable INTRO to TRUE when the user clicks the Introduction text box.
    Update Variable

  3. Finally, add a trigger to set the state of the Introduction element to VISITED when the timeline starts for that object IF the variable INTRO=TRUE. This is needed because the master slide resets itself for every slide, over and over.  These variables will thus reapply the Visited states as needed since it is recording them outside the master slide itself.
    Variable Menu Updated

This discussion is closed. You can start a new discussion or contact Articulate Support.