Next Button not getting activated

Oct 17, 2023

3 slides 1st slide has 2 buttons (Both can be clicked) Button 1 on click goes to Slide 2. Button 2 on click goes to Slide 3.

Note: There is no layer concept used here.

1st slide - Next button is deactivated initially. It should be activated when user visits Slide 2 and Slide 3 and comes back to Slide 1.,

2nd slide - Next button is deactivated initially. It should be activated when user visits Slide 2 and Slide 3.

3rd slide - Next button is deactivated initially. It should be activated when user visits Slide 2 and Slide 3.

2 Replies
Jose Tansengco

Hi D K,

Happy to help!

It would be much easier for the community to how to make your slide work if we can take a look at your Storyline 360 .story project file. Would you be willing to share a copy of your project file here or in private by opening a support case for testing purposes? We'll delete it when we're done!

Nedim Ramic

Hi D K,

You can try this:

1. Create two custom variables (eg. Slide2Visited, Slide3Visited), with an initial value of "False"
2. On slide 2, create a trigger "Set Slide2Visited to value True when the timeline starts on this layer
3. On slide 3 create a trigger "Set Slide3Visited to value True when the timeline starts on this layer
4. On every slide create a trigger "Set state of Next button to Disabled when the timeline starts on this slide if Slide2Visited = value False or Slide3Visited = value False, Else Set state of Next button to Normal"

Please find the attached example.