Forum Discussion
Condition on Hotspots for an Order
- 2 months ago
To make this easier I'm supplying you my test .story file. I've tweaked the code a little and there are 2 slides. One where you can only go up, and not back. and another where you can go up (still can't skip a hotspot) but you can also revisit previous layers.
Reach out if you have any questions.
Ron's solution definitely works if you're building all the layers onto the slide (that is, not hiding the current layer when a new layer is shown).
Phil's solution works in more situations. Any triggers you'd add to a hotspot can be added to a shape filled with a color set to 100% transparency. Even better, a shape can be given states.
For example, the shape over the bottom tier could have an Initial State of Normal, and the others could have their Initial State set to Disabled. When the user clicks the bottom shape, one trigger would show the layer, and another trigger could change the state of the next shape to Normal.
In other cases, you could give transparent shapes Visited states. That gives you an easy way to track whether the user has clicked them all, so you could use that info in trigger conditions. For example:
Also, if you want to show the user that they click an area already, insert a checkmark or some other appropriate symbol in the shape's Visited state.
Related Content
- 3 months ago
- 8 months ago
- 10 years ago
- 2 years ago