Alex_Matveev Posted June 11, 2015 Share Posted June 11, 2015 hitArea property with PIXI.RoundedRectangle doesn't workvar button = new PIXI.Graphics();button.beginFill();button.drawRoundedRect(500, 500, 224, 164, 40);button.endFill();button.buttonMode = true;button.interactive = true;button.hitArea = new PIXI.RoundedRectangle(500, 500, 224, 164, 40);this.addChild(button)Please assist. Quote Link to comment Share on other sites More sharing options...
xerver Posted June 11, 2015 Share Posted June 11, 2015 Please open a github issue with a running example and be more specific about what "doesn't work" actually means. Thanks! Quote Link to comment Share on other sites More sharing options...
Alex_Matveev Posted June 12, 2015 Author Share Posted June 12, 2015 Sorry, clear?https://github.com/GoodBoyDigital/pixi.js/issues/1889 Quote Link to comment Share on other sites More sharing options...
xerver Posted June 12, 2015 Share Posted June 12, 2015 Nope, you did't include a running example, you didn't get any more specific about what "doesn't work" means, and I have no idea what you are asking for. 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.