Keeping Icons on the Base Layer Visible on Slide Layers

May 10, 2023

Hey there! I'm creating a course where users will interact with animation videos. When the user clicks on an icon like a comb on my base layer, a video will play on the slide layer, but I want the icons to appear on each slide layer selected. Additionally, the state of the icons must be changed, so that the correctly selected icons will have a tick, and the incorrectly chosen icons will have a cross.

You can find my project file attached if you need more information.

Sincerely, thank you

2 Replies
Michael Hinze

Because the icons are on the baselayer, they will be covered by the videos on the various layers. You could try moving the icons onto a layer and then call that layer and the beginning of each video layer's timeline. See attached a quick example. Also, "Visited" is a built-in state that is displayed automatically when an object is clicked; there is no need for triggers to change state.