Forum Discussion
"Resume Saved State" is not saving State of Next Button when returning to slide
Okay, I looked back at one of my old Storylines from my last project manager, she is a genius by the way with variables and triggers here is what works:
EnableNext1 is the variable and it is set to False.
1st Trigger
Set EnableNext1 equal to True when the state of (enter you object or objects) are Visited
2nd Trigger
Change state of the next button to Normal when EnableNext1 changes if EnableNext1 is equal to True
3rd Trigger
Change state of the next button to Normal when the timeline starts if EnableNext1 is equal to True
Hope this helps!
Thank you, Ronda! Those triggers worked. It should be noted that you also need a trigger of Change State of Next button to Hidden when timeline starts if variable EnableState = False, and it needs to be above the trigger to change it to Normal when all objects are in a Visited state.