Help with multiple triggers

I’m just having trouble with the messages in the components.

Imagine a checkbox that on tap will be checked but also will send a message to the parent.

What’s the order in which the triggers are executed? Tried different variations but I don’t understand how to properly use it.

Something like:

  • on tap: do animation
  • on touch end: message to parent

But it doesn’t seem to work, some variations does send the message but won’t execute the animation, others would do the opposite.

Thanks!

I’ll just reply to myself in case someone else has the same issue.

For this case, I’ve found out that I could use TouchBegins and TouchEnds.

TouchBegins would send the message to the parent and TouchEnds will execute the animation to another artboard.

It seems that mixing the Tap trigger with the TouchEnd/Begins was causing some conflict.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.