Forum Discussion
Change state on hotspot only when returning from new scene
The built-in visited state changes when the mouse comes up after clicking on it. The times you see it working are the times when it is able to show the destination before you register that the state has changed. Using custom states and variables may be the only way.
1. Create new state on the hotspot on the main menu. Name it "Changed" or something other than a built-in name.
2. Add a trigger to the button on the destination slide that the user clicks to return, BEFORE the trigger to jump to main menu. Set it to change variable (I use Variable1) to "true"
3. Add a trigger to the hotspot on the main menu. Set it to change state to "Changed" when the timeline starts with the condition that Variable1 = "true".
For each hotspot on the main menu, do the same, but use a different variable (Variable2, Variable3, etc.) Create the variables with an initial value of false or blank.
Related Content
- 12 months ago
- 5 months ago
- 10 years ago