Forum Discussion

TarynPierce's avatar
TarynPierce
Community Member
10 months ago
Solved

Storyline States

I am running into an "Issue" that I haven't noticed before.  I posted a small screenshot below. I have 3 buttons with Normal, Visited, Disabled states. Visited has a Checkmark, Disabled is the Loc...
  • JudyNollet's avatar
    10 months 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.