Jump to content

How to trigger both click events on two overlap objects


Herbert
 Share

Recommended Posts

Pixi doesn't have mechanisms like that. Flash had special method for it.

https://github.com/pixijs/pixi.js/blob/dev/src/interaction/InteractionManager.js#L993 has nothing like it.

However if you take pixi-display plugin and modify its interaction a bit, its possible: https://github.com/pixijs/pixi-display/blob/layers/src/InteractionManagerMixin.ts  . See that "queue" thing? you have to do something like that for your case. Modify processInteractive   the same way - extract recursive function from it, add all objects unde queue.

It can also be separate method that you'll call. Go creative.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...