Forum Discussion
AlixGrotewold
3 years agoCommunity Member
How to lock a hotspot after it's been clicked once.
I am developing an escape room style course with multiple hotspots. Is there a way to make the hotspot show a different layer if it is being revisited.
For example: the first time the learner sele...
JudyNollet
3 years agoSuper Hero
- Create a T/F variable with a default value of False.
- Use a trigger with a condition and an Else to show the appropriate layer.
- Show the content layer with the condition that the variable = False.
- Else show the warning (You've already visited this hotspot) layer. Thus, that will show when the variable = True.
- For example, the trigger might look like this:
- Add a trigger to the hotspot that adjusts the variable to True. (Be sure this trigger comes after the trigger that opens the layer.)
Related Content
- 2 months ago