Forum Discussion
JoshuaThian
12 months agoCommunity Member
Layer still loads even when trigger condition is not met
Hi,
I've been working on a trigger on a slide.
I have set a trigger to occur when timeline reaches 0.25s to load a layer when a variable (x) = true
This layer will then play a narration.
I ...
JudyNollet
12 months agoSuper Hero
Your conditional trigger isn't re-running. Here's what's happening:
- The slide shows the layer at 0.25 sec.
- The layer is open when the user returns to the slide. Its Slide Layer Properties for revisiting are set to "Automatically Decide." The program's decision is to reset/replay the layer.
The solution is simple: adjust the Slide Layer Properties to "Resume saved state."
If you do that, you can also delete the condition on the trigger that opens the layer, and delete the trigger that changes the variable.
By the way, you can also delete all the triggers that change the buttons to Selected. Any object with a Selected state will automatically change to that state when the user clicks it.