Hiding the NEXT Button
Hello everyone,
I was wondering if you guys have confronted a similar situation before in Storyline. What have you done if you wanted to hide the NEXT button until the learner goes through all the clickable objects in a slide?
I made it happen in such a way that I put up two triggers.
Trigger 1:
change the state of the NEXT button to HIDDEN
when the timeline starts on this slide
if all the states of clickable objects = NOT VISITED
Trigger 2:
change the state of the NEXT button to NORMAL
when states of all clickable objects = VISITED
In this way, I could get the NEXT button visible, even if the learner revisits that slide. I would like to know if there are any other ways to do it. I have seen people using variables for it. What are your thoughts on it?