Creating a conditional action based on state change
Hello everyone!!!
I am trying to create a conditional action that will show the playbar once the conditions are met. In this case I want my users to interact with all my clickable menu items before advancing to the next slide.
My menu buttons have state changes that turn the buttons green once they have been clicked. Is there a way to assign a color variable?
I want my action to go like this:
user clicks menu button1 ----> menu button1 turns green
user clicks menu btuoon2 ---> menu button2 turns green
etc.
etc...
Once all menu buttons have changed states...playbar appears allowing user to proceed to next slide.
