_P4-hZ-A8ZRW4OpmqIwkpr7-U9 Posted September 9, 2014 Share Posted September 9, 2014 I have an image positioned above two buttons (most top on z-index). How can I prevent the cursor showing a pointer when hovering the overlayed buttons and how can I stop the button’s click event being triggered through the image? Link to comment Share on other sites More sharing options...
rich Posted September 9, 2014 Share Posted September 9, 2014 Give it a higher sprite.input.priorityID. Link to comment Share on other sites More sharing options...
rich Posted September 9, 2014 Share Posted September 9, 2014 Actually if it's on the top it will have one anyway, unless it's not enabled for input? In which case you've two choices: Enable it for input or disable the buttons when it appears and enable them again when it vanishes. Link to comment Share on other sites More sharing options...
_P4-hZ-A8ZRW4OpmqIwkpr7-U9 Posted September 10, 2014 Author Share Posted September 10, 2014 Works! Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts