Multiple Behaviors on 1 action?
When playing around with the behavior scripts...
I have set up when Object A is tapped... Object A sets it's own visibility to false. This works.... but how can I add a second condition that when Object A is tapped it also sets Object B's visibility to true for example?
I tried adding another Tapped flow but it seems only the first one is called... adding others get ignored.
Hi Jonathan,
Nice to meet you ;)
Is the Behavior script to disable object A on Object A? If this was the case, you will be turning off the behavior script which means it won't work.
Behavior option has an option to set another object to be enabled or disabled. Likely you can set this behavior to enable an object that will enable the next tap, and at the same time disable the previous tap.
Let me know if you need any clarification.
Thanks!
Jonathan