Forum Discussion
Enable Next Button After Visit to Each Layer Storyline360
You need to create a true/false variable and add a couple of triggers to your base slide to make this work as follows:
1. Click the Manage project variables button in the trigger panel {x} and add a true/false variable with the default value set to false.
2. Add a trigger to your base layer to adjust the value of the variable to true when the state of the buttons is visited.
3. Add a trigger to change the state of the next button to normal when the state of the buttons is visited (you probably already have this one set up based on your description).
4. Modify your trigger that changes the state of the next button to disabled when the timeline starts to add a condition.
the condition is if the variable is set to false.
That should do it and I agree with you that this should be easier.