Forum Discussion
AmaiaQuesada
7 years agoCommunity Member
Hide Next button
Hello!
I have read in previous discussions how to hide the "next button" until the user interacts with the slide, by changing state to hidden when timeline starts. That's great! Thanks for sharing...
JordanBest
4 years agoCommunity Member
For Issue 1, you could create a variable that adjusts the state of the Next button when the timeline starts... e.g. if the variable is True, change the State of the Next button to Normal when the timeline starts.
For Issue 2, there are a few ways to accomplish this depending on how the slide is set up. If learners have to click buttons on the Base Layer to activate the Slide Layers, you could create a Visited State for each of the Base Layer buttons, then a trigger on the base layer to change the State of the Next button to Normal when they are all visited.
Alternatively, you could do as you mentioned and adjust a variable on each layer, and then that variable reaches a certain value, change the state of the Next button to Normal.