Forum Discussion
KathleenMurp710
3 years agoCommunity Member
Show layer after others visited
Hello again,
Could anyone help me with this slide. I need the reference layer to appear after the other 3 have been visited. And this is happening---but it's appearing too soon and the VO overlaps...
OwenHolt
3 years agoSuper Hero
I would add a T/F variable (AudioActive) and use the value to limit any other actions.
At base layer, set variable AudioActive = to true at timeline start.
on the base layer audio, set AudioActive = to false when the media completes.
On your layers, add the same...
At each layer, set variable AudioActive = to true at the layer's timeline start.
on each layer's audio, set AudioActive = to false when the media completes.
Perform any of your other trigger actions with the added condition "IF AudioActive = false".