State of button not changing when objects are in Selected State

Jul 09, 2021

I have 3 objects that need to be in a selected state before a button to move onto the next slide will appear. Initial state of the button is 'Hidden' and I have the trigger set to change 'Button 1' to 'Normal' once all of the objects are in a selected state. It does not seem to be working. Any help would be appreciated. 

3 Replies
Maria Costa-Stienstra

Hi, Amanda.

Thank you for reaching out!

Without looking at your .story file, my initial thought would be to check the order of triggers and to make sure your buttons are not in a button set (which would only allow one to be selected at a time). 

Are you able to share your .story file either publicly here or privately through a support case so we can see what's going on?

Nejc Žorga Dulmin

Amanda, I think using the selected state is not the right approach. I assume you want the user the checkout all 3 layers that are associated with those 3 buttons. For that, I suggest you use "Visited" states (they can look the same as the Normal state if you want). That way, after they click on all 3, they will all be in the visited state and your trigger will work.

The problem with using your approach is, that you can click on the button again and it will be deselected -  the state will go back to normal, which then of course, breaks the current trigger and what you want achieve.