Forum Discussion
MikeOlivieri-6f
4 years agoFormer Staff
New feature in Storyline 360: Interactive 360° images
Today we released a new feature in Storyline 360 called 360° images. We think you’ll love transforming any 360° image into an interactive learning experience that invites learners to explore and eng...
JeffRobedee
4 years agoCommunity Member
I'm trying to accomplish this myself-- with no way to change the state of a marker (i.e. to hidden), is there a way to force a user to click each marker before proceeding?
IrisSchlabitz
4 years agoCommunity Member
Hi Jeff,
I have done this by creating layers for each marker, providing a message like "there is nothing to see here currently" on the base 360° image. Then making a true/false variable for each marker and adding the triggers in the 360° image:
- First Marker: set "name of specific variable e.g. first marker" to true when user clicks "first marker".
- Second Marker:
- set "name of second marker" to true when the user clicks "second marker" and if "first marker" is true.
- Show layer "second marker" when user clicks "second marker" if "first marker" is false.
- Then add a trigger that leads to the slide/layer where the marker leads to, if all the previous markers are true.
Repeat the second marker steps, adding always the previous steps to be either true or false.
I also attach a screenshot of a first set of triggers. I hope this helps?