Forum Discussion
Button won't change state
- 3 months ago
The trigger to change the button to Normal runs when the timeline starts.
That trigger runs when the user first visits the slide. But by the time the user views the layers and the variables change to True, the slide's timeline is already done.
You need to use a trigger that will run after the variables change. For example, put a trigger on each layer with the same conditions, and have it run when the layer's timeline ends.
Thank you so much! I'm still new to developing lessons using Storyline 360. You're explanation helped me understand how this scene is running.
I'm glad my reply helped.
FYI: Triggers run in order. So if you use the method I described, be sure to put the "change state of Next" trigger after the trigger that adjusts the layer's variable to True.