Forum Discussion
EricSchaffer-d1
2 years agoCommunity Member
Returning to buttons to lock
This is driving me crazy. I have a slide with 5 buttons. Each button takes the learner to a scene. There are several slides in each scene. At the end of each scene the learner clicks the next button...
TomKuhlmann
2 years agoStaff
- I'd use a T/F variable at the scene to track that the scene was visited.
- Example: var_scene1visited = false
- Somewhere in the scene add a trigger to adjust variable to true
- On the main slide
- Add a disabled state to each button
- Add a trigger to change the state of the button to disabled when the timeline of the slide starts on the condition that var_scenevisited = true