Forum Discussion
Hiding an objective
Hello Everyone. I just started utilizing Storyline. I need help with sth. I have a Hotspot in the environment and I want users find it. Once they found it, a layer appears to show them they got 10 points. After that, I want this hotspot be disappear. I do not know how to do this. I would be grateful if you could help me.
- WaltHamiltonSuper Hero
Build a transparent shape that covers the horspot, and place it above the hotspot. A transparent shape is a filled shape, then right click it and choose "Format shape". Set the transparency to 98%. Set the initial state of the shape to hidden.
Create these triggers:
Change state of [shape] to Normal when [hotspot] is clicked.
Change Variable [points] Add value 10 when [hotspot] is clicked
Show layer [You gained XX points] when [hotspot] is clicked.
A hotspot sounds glamorous, but in this case isn't really necessary. Create a transparent shape.
Create these triggers:
Change state of [shape] to Disabled when [shape] is clicked.
Change Variable [points] Add value 10 when [shape] is clicked
Show layer [You gained XX points] when [shape] is clicked