Forum Discussion

SuzanneNeafus's avatar
SuzanneNeafus
Community Member
3 months ago

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 do this as one trigger or is the only choice to have to do one for each state option? 

Thank you -

Suzanne

 

  • 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.

  • That makes so much more sense than what I was attempting to do.  And I already have a variable in place being set at that point.  Thanks so much.