Forum Discussion
BraydonSharer
10 years agoCommunity Member
Enabling Next Button Upon Revisiting a Slide
Hey all!
I have a lot of Paused Timeline interactions in my slides, and don't want my users to skip a slide, so I have manually set the triggers to have my Next button's state as Disabled when the...
WaltHamilton
4 years agoSuper Hero
Actually, the problem I see is that after the Next button becomes enabled on the first slide, it always shows, even while revisiting.
At the end of the timeline for slide 1 slidevisited is set to true, and is always true forever. To make it work the way you have it set, you need to use a unique variable for every slide, like slidevisited1, slidevisited2, etc.