With these triggers, Storyline will only check the state of the rectangles when the timeline reaches 0 seconds. That means that SL will only check this when the slide starts from the beginning.
That isn't what you want.
Instead, try this:
When the state of Rectangle 1 changes to visited, show layer Untitled Layer 1 if the state of rectangle 2 is visited and the state of rectangle 3 is visited etc.
Then you need to duplicate this for each button. E.g. When the state of Rectangle 2 changes... etc.
3 Replies
With these triggers, Storyline will only check the state of the rectangles when the timeline reaches 0 seconds. That means that SL will only check this when the slide starts from the beginning.
That isn't what you want.
Instead, try this:
When the state of Rectangle 1 changes to visited, show layer Untitled Layer 1 if the state of rectangle 2 is visited and the state of rectangle 3 is visited etc.
Then you need to duplicate this for each button. E.g. When the state of Rectangle 2 changes... etc.
Hi Katelin,
You can also use the Object Event : State in your trigger to recognize when all rectangles have changed to Visited. Here's the trigger image below!
I hope this helps!
This is a new one! Very helpful!