Forum Discussion
Changing State of Next Button
If there's a trigger that is set to change the state of the next button to hidden when the slide starts, then when you revisit the slide, the next button will be hidden when the slide starts. You need to add a condition, for example change it to hidden when slide starts on the condition that variable = False.
I'd create a T/F variable (SlideVisited) and set it to False. Then add a trigger to adjust the variable when the state of ABC are visited.
Then modifiy the trigger to change the state of the next button to hidden when slide starts on the condition that SlideVisited = False. The first time, it's hidden. Once they've completed the slide and revisit the variable should be True.
Thanks Tom, this worked. But only on some of the slides. On others, the Next button is just present all the time now. If I preview just the one slide, it looks right (no Next button until I complete the interaction). But when I preview or publish the whole scene, the Next button is visible when the slide begins. Any ideas on what might be happening??
Related Content
- 2 years ago
- 2 months ago
- 6 months ago