#Control Node hitbox isn't working right :(

5 messages · Page 1 of 1 (latest)

zealous oracle
#

Hello o/
So i'm trying to detect when my mouse enters the area with the quest icon, so i have my script print "entered" if on_mouse_entered and "exited" if on_mouse_exited,
Buuut rn it only detects that it enters on the edge of the control node that is highlighted at the start of this gif and it also exits it at the same very moment it enters it, im very confused at what is wrong with this control Node's hitbox and would love some help :c
Thanks in advance!

sage barn
#

Control node input detection (hitboxes) are very finicky sometimes, especially if you have multiple controls stacked on top of each other. One thing you can try to do to debug this is go into the debugger, go to the misc. tab, and look at the clicked control box. Then, click the area with the bug and see if it matches what should be detecting it. If not, some other control is eating the input b4 it can get to the quest marker. Good luck :3

zealous oracle
#

Thanks a lot for the help