Forum Discussion
RahulJain
12 years agoCommunity Member
Changing "icon states" on scene completions
Hi,
I'm building an e-learning course. I have a "Main Menu" from where the user can jump to the different scenes (each scene is represented with an icon). I wish to change the state of these icon...
DanielMoore-5c7
8 years agoCommunity Member
Hi Rahul,
I find the best way to control changing the states of objects is to let the variable do it. I try not to attach a changing state to a button.
Also, I find the order of the triggers in the triggers panel makes a difference. For example, if a button has two triggers - one to advance the slide and one to adjust the variable - the variable trigger must come before the slide advance trigger in the order.
This is just something that works for me.
Dan