Forum Discussion
JohanBengtsson
7 years agoCommunity Member
Triggers "when state of ... is ..." not working as expected
Since accessing objects state is not possible from javascript I decided to do boolean variables reflecting the down state of a number of pictures (the internal hover and down states added manually t...
WaltHamilton
4 years agoSuper Hero
Fridolin,
Be aware that "Visited" is a normal state, and reports itself as "Normal".
Be aware that "When states are..." is very flakey, because it is not an action, so doesn't always fire triggers. This is especially true when there are more states to check (four or five seem to be the limit), and is even more of a problem with a NOT condition.
That's why Leslie's approach (States are "Visited") works.