Layers Reappear when using the seeker

Aug 09, 2021

Hello all,

Im creating an interactive video where when the video gets to a certain point (cue point), a layer with a question pops up.

After the user submits and presses on continue, the layer gets hidden and resumes the video.

However, if i try to skip ahead the layer reappears even after answering the question.

Any suggestions to fix this ?

Thanks.

2 Replies
Lauren Connelly

Hello Ahmad!

I'm happy to help! I'd recommend adding a True/False variable to determine when the layer appears.

Here are the steps:

  1. Add a True/False variable named "Viewed."
  2. On the Layer, add a trigger to Adjust Variable, Viewed to True when the Timeline Starts on the Layer.
  3. On the base layer, add a trigger to Show Layer when the Timeline Reaches Cuepoint and a condition that includes If Viewed is equal to False.

I've created a sample project for you to see this in action. Let me know what you think!