Hide button when scene completes
I have inherited a project where custom next and back buttons are on the master slide. The newest stakeholder wanted to stop people from just clicking the next button, so asked to put a cover over the next button until the slide ended. I did, and now they want to have the button disappear AFTER they have viewed all the slides. I added a TRUE/FALSE variable (coursecomplete) and on the last slide added a trigger to set the value to true when the timeline begins. I then went to each slide and added a trigger to set the state of the blocker to hidden when the timeline starts on the slide if the variable is true. It is not working as I expected as the cover does not become hidden when someone goes back and restarts the module. Any ideas or suggestions?