ansien123 Posted October 24, 2015 Share Posted October 24, 2015 Hey guys, been using pixi for a while and having a lot of fun, i have two questions: 1. I know how to check if my mouse is on a sprite by using the mouseover functions and such but how do i check if my mouse is on ANY sprite? Without knowing anything about the sprite itsself.2. Does every container mean a new canvas being rendered? How many containers is too much? Any tips on using containers efficiently? Thanks in advance! coter 1 Quote Link to comment Share on other sites More sharing options...
xerver Posted October 26, 2015 Share Posted October 26, 2015 1. Events in the interaction manager bubble, so bind the event to a parent. 2. No, 1 canvas per renderer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.