Forum Discussion
AnastasiaTen172
2 years agoCommunity Member
How to lock visited markers in 360 degrees image?
Hey heroes! I'm trying to build a quiz in 360-image using markers that trigger layers with questions. Is there a way to lock these markers after visiting the layers they trigger? Maybe using variabl...
TomKuhlmann
2 years agoStaff
I'm assuming that the marker is showing a layer when clicked.
- I'd create a T/F variable for each question.
- Create a "you already answered that" layer
- You can use a T/F variable to track if they answered the question.
- Example: varQ1answered = F. Adjust var to true when the quiz question layer is accessed.
- With the T/F variable you can trigger the marker to go to the question layer on the condition that the var = False, else go to the "answered" layer
Something like that
Related Content
- 11 months ago
- 5 months ago