New Button Disappears When Revisiting Slide

Jan 06, 2021

Hi There,

I'm working on an interaction that includes slide layers. The Next button is disabled until the user clicks on all buttons/layers. It all works great, however, when revisiting the slide/interaction the Next button disappears and the User gets stuck. I have tried adding conditions etc but nothing seems to work. I'm using Storyline 3.

Any insight is much appreciated.

Thank you in advance.

3 Replies
Tom Kuhlmann

There's a setting in the slide properties to determine what do to when revisiting the slide. However, I'd use a true/false variable because that gives you better control.

  • Create a T/F variable. Name it something like allvisited. Set it to false.
  • Create a trigger to change the state of the next button when the slide starts with the condition that allvisited is equal to false.
  • When they complete the activities you want them to complete, create a trigger to set the variable to true.
  • When they revisit the slide, the variable is equal to true so the next button will not be hidden