Forum Discussion
Resumed State
Good morning,
I have a slide with three buttons and have changed the triggers and added various variables to make sure that when going through it the Next button remains hidden until all three buttons have been visited, and that when going back to the slide they remain visited and the Next button shows up as available.
However, I am now facing an issue where if I click on only two of the three buttons, hit previous, and then come back to that slide the "Next" button shows as active.
Is there any way I can help control this?
Thank you in advance!
Most likely there's a conflict with the variables and how they're setup. Without seeing the file it's hard to know.
Generally speaking, I'd set it up this way and you may not need variables:
- Create visited states on the buttons
- Set slide properties to resume saved state when revisiting
- Create a trigger to change state of the button to hidden when slide starts
- Create a trigger to change the state of the button to normal when the slide starts on the condition that the buttons are visited
- YaziaSilva-611bCommunity Member
Tom, thank you so much! That was the perfect solution. I ended up adding another trigger setting the state of the next button to normal when the state of all of the rectangles was visited, which just solved everything. Thank you again so much!
Glad it helped