Forum Discussion
Storyline States
- 1 year ago
Based on your description and the video, I assume you have a trigger that says "Change the state of Blue button 2 to Normal when the user clicks Blue button 1" (or something like that. That trigger is what reverts a button back to the normal state if the user re-clicks the previous button.
To prevent that from happening, you need to add a condition to the "change to Normal" triggers. For example: "if the state of Blue button 2 = Disabled." Or "if the state of Blue button 2 ≠ Visited." Then the trigger will only run if the condition is met.
Hi Judy. I have this exact situation going on and I don't understand the solution. This is what I have now for the trigger. The first button on the screen, upon revisit from the prev button on the following slide, then changes back to the "normal" state.
Can you help me understand what should be added to this trigger?
- JudyNollet13 days agoSuper Hero
NancyHampson: As I understand your issue, Button 1 is reverting to Normal when the user revisits the slide.
The trigger shown in the image you provided controls the Next button, so that trigger doesn't impact the state of Button 1.
Best guess: There's a trigger that changes Button 1 to Normal when the timeline starts on the slide. A “when timeline starts” triggers runs every time the user reaches the slide—even if the Slide Properties are set to “Resume saved state.” If you don’t want the trigger to run in some situations, you need to add conditions to the trigger.
Other than that, without seeing all the programming troubleshooting would just be wild guesses. Someone might be able to solve the issue if you upload the .story file. Here are the best practices for doing that:
- Only include slides that are related to the problem.
- Be sure objects, layers, motion paths, and variables have meaningful names.
- If there is proprietary content, replace or delete it. For example, replace proprietary text with “ipsum lorem” text.
Related Content
- 4 months ago