16
Ask a Question / Re: Issue with multiple X and Y areas for mouse hover behaviour
« on: October 26, 2017, 08:21:14 am »
From what I can see, your issue is with the "otherwise if" areas. If you mouse x position is between x of self + 8 and x of self + 106 then it will not check any of the other areas. I guess an easy solution to this is to replace the "otherwise if" statements with "if" statements or to put the checks for y and the checks for x in the same if statement.