Cue Point reappears when User clicks seekbar

Dec 07, 2023

Hi Everyone,

I'm working on an interactive video with several video slides that show a layer when the base layer timeline reaches a certain point.

When previewing, after the layer is shown, if the user drags or clicks the seekbar at an earlier point in the timeline, the layer still shows.  Is there a way to hide the layer when this is done?

I noticed a discussion from 2018 with a similar issue. Is there a solution now? 

Thank you,

1 Reply
Tom Kuhlmann

Generally speaking, a layer is triggered to show. At it remains visible until you trigger the layer to hide or you open another layer (which will close the active layer). In that case, you need a trigger to hide the layer. 

Option 1: create a trigger to hide layer when X

Option 2: create a blank empty layer, create a trigger to show layer when X (and that will close the open layer).