Forum Discussion
SuzanneNeafus
5 months agoCommunity Member
Is there a trigger option for State Change without defining what it changes to
I have an object that changes state when the user chooses an option. Once the state changes, a few objects on the screen disappear. This occurs no matter what state is shown.
Is there a way to d...
Nathan_Hilliard
5 months agoCommunity Member
You should probably use a different trigger than the state change. For example, if what you need to trigger happens whenever an option is selected, then toggle one T/F variable whenever that happens. Then use one trigger to watch for a change to this T/F variable instead of watching for various state changes.