is there a way to have a direction aware hover effect?

Sure, I’ve overridden onMouseMove in a user widget:

Which gives you -180<=>180:

You should be able to derive what you need from here. Add 180 to Atan2 to get 0-360 if that’s easier to work with.

1 Like