Delaying Base Layer Actions

Jan 17, 2019

I'm sure the answer is on here somewhere, but I haven't been able to find it.

My question is:

Can you delay base layer actions until after a layer is visited then hidden?

I want the trigger on my base layer to act, but only AFTER the learner has visited the layer.

Is this possible?

5 Replies
Daniel Servan

Hi,

You can do this method.

Create a variable for Layer if visited.

Let's say, your variable is "isVisitedLayer" and set it False by default.

On  your layer timeline> start, set isVisitedLayer = True

On your base layer, add a trigger to listen the variable isVisitedLayer using When Variable Changes of isVisitedLayer, and add condition if isVisitedLayer equal to True then execute what ever you want.

This discussion is closed. You can start a new discussion or contact Articulate Support.