Forum Discussion
TrevorWhite-Mil
4 years agoCommunity Member
Trigger an action if state 'is not' Normal
Hi, Has anyone had an issue when using 'Is not' to trigger an action in the Change State trigger. So for example change the state of a button from hidden to show if three other objects on the same s...
WaltHamilton
4 years agoSuper Hero
As the trigger is written, if any button reports itself as "Normal", the trigger fails. The problem is that "Visited" (and I think all the states that show in the drop-down list) are like most of us; they think they are normal. So when asked if they are Not Normal, they say "False, I am Visited, which is a normal state."
I suggest you write the conditions as
if button1 = Visited AND button2 = New State, AND button 3 = OtherState. if you know what state you are looking for.
Another option would be to give all buttons a custom initial state, like NewNormal, then substitute NewNormal for Normal in the trigger as written, and it would work.
Related Content
- 10 months ago
- 9 months ago