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...
BillOsborn-26d1
5 years agoCommunity Member
This issue is still present and has been for the past several versions. I am currently running v3.46.23620.0. If I could use this functionality it would significantly reduce the time it takes to create a work around for it.
For example, I have a toggle switch on screen (on/off). If I could trigger based on the state of the toggle it would be a simple matter of creating two triggers. But the best work around I have found is to create a variable and toggle it true/false and then change the state based on the variable change. This gets really bad when you have multiples of these types of toggles as I have to create a new variable for every single one.