Ninjadoodle Posted January 18, 2018 Report 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! Link to comment Share on other sites More sharing options...
enpu Posted January 18, 2018 Report 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 Link to comment Share on other sites More sharing options...
Ninjadoodle Posted January 18, 2018 Author Report Share Posted January 18, 2018 @enpu Yeah, that would be great - only skip interactivity when visible = false Link to comment Share on other sites More sharing options...
enpu Posted January 18, 2018 Report Share Posted January 18, 2018 Just pushed changes to dev branch Ninjadoodle 1 Link to comment Share on other sites More sharing options...
Ninjadoodle Posted January 18, 2018 Author Report Share Posted January 18, 2018 Nice! that was super quick Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts