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
Super Hero
You could set the state of the NEXT button to hidden when the timeline starts, if a certain condition is met (eg. variable = False).
When the timeline ends, set the variable to True, and when you return to the slide, NEXT will not be hidden.
BraydonSharer
10 years agoCommunity Member
Thank you Walt!
I was thinking of doing this too, and I may when it comes to it. I just wanted to avoid creating a new variable for every slide in my course. But it would solve it completely :) so if there is no alternative, I guess I will!