GBear Posted November 27, 2015 Share Posted November 27, 2015 hi.. for example Container has 3 buttons . button width = 100;button height = 30; button1.position(0,0);button2.position(200, 0);button3.position(400, 0); and Container.mask area has like (width:200, height 50); and then i can get event of button3. i can see button3 in screen . only can see button1, button2.. but i can click button3... how can i fix it...? thx .. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted November 27, 2015 Share Posted November 27, 2015 That isnt possible with current interactionManager. Subscribe to that issue and wait while someone resolves it: https://github.com/pixijs/pixi.js/issues/1746 . Or fix it yourself. Quote Link to comment Share on other sites More sharing options...
GBear Posted November 28, 2015 Author Share Posted November 28, 2015 ah. i see.. I'll create recheck routine for this. Thx a lot ^^/.. 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.