Ninjadoodle Posted January 18, 2018 Share Posted January 18, 2018 Hi @enpu I'm having trouble making a sprite respond to mouse clicks when it's alpha is 0. When I increase the alpha to something above 0, the interactivity works. Anyway of working around this? Thanks! Quote Link to comment Share on other sites More sharing options...
enpu Posted January 18, 2018 Share Posted January 18, 2018 Hi @Ninjadoodle It seems to be coded in the engine so that it skips interactivity if container's visible property is false or alpha is 0 or lower. I think it would make more sense to only skip it if visible is false, not when alpha is 0? Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted January 18, 2018 Author Share Posted January 18, 2018 @enpu Yeah, that would be great - only skip interactivity when visible = false Quote Link to comment Share on other sites More sharing options...
enpu Posted January 18, 2018 Share Posted January 18, 2018 Just pushed changes to dev branch Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted January 18, 2018 Author Share Posted January 18, 2018 Nice! that was super quick Thank you! 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.