Change state of Custom Next button from hidden to normal when slide is revisited

Oct 10, 2022

Hello, i'm looking for help. In my project, i have on a few slides, the 'next' button set to hidden until timeline reaches 1.75 seconds (to allow the learner time to read the slide first before progressing). However, when revisiting the slide, i would like the next button to be set to normal, so that they don't have to wait the 1.75 seconds another time. How can this be done?

1 Reply
Walt Hamilton

I would create a T/F variable called something like firstTime, and set it to a default value of True. Then a trigger "Set state of Next to Hidden when timeline starts on this slide if firstTime = True". Another trigger "Set value of firstTime to False when timeline of this slide reaches 1.75" along with your trigger to make Next visible.