Forum Discussion
ThibaultJeuland
4 years agoCommunity Member
Several "when" conditions in one trigger
Hi all,
Is there a way to have several "when" conditions in one trigger ? Like "When the user clicks on button OR when the user clicks on button2 ...."
I'm doing the same actions when the user c...
JoanneChen
4 years agoSuper Hero
Hi Thibault,
Although one trigger only have one "when", you can utilize state to trigger one thing by "when any/all objects are in different states" if all your conditions are clicking on objects. Below is an example to trigger a layer when user click any of the BTNs.