Forum Discussion
New feature in Storyline 360: Interactive 360° images
Michael Bauer,
I noticed as a default Storyline generates a variable "360Image1_VisitedItems". Creating a trigger like this should do what you are asking for. The value 5 aligns with the number of spots that i put on the 360 image.
- JeffRobedee4 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?
- IrisSchlabitz4 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?