Is it possible to have a single event send messages to multiple components?

I have a tap target that needs to trigger two separate animations. The two elements are each in their own component so ideally the tap would send a message to each of them and then they auto transition back to their default states.

Take a look at this post:
http://discourse.principleformac.com/t/help-with-multiple-triggers/387/3

I got the same issue and managed to work around it.

Hope it helps.

1 Like

Nice! I didn’t think about Touch Begin / End. Thanks @shonen

1 Like