Forum Discussion
MorganKemick
3 years agoCommunity Member
Showing Layers When Timeline Ends AND user clicks
I'm trying to define when a participant can click on a new layer (for example a timeline or process diagram). All templates have triggers set where 'show layer when user clicks 'rectangle 1'. Howeve...
ThaddeusAshclif
3 years agoCommunity Member
What I would do is use states of an object or a variable.
Set up your triggers like this
Change state of [object1] to [StandBy] when media [audio1] completes
Show layer/jump [layer1/slide1] when user click [objet1]
If [object1] = [StandyBy]
You might have that state be slightly different so the user knows that it is actionable. This could be done by having disabled be the default button state and then change to normal.