Cursor touch events, firing too much

When I mouse over my cursor over event fires way too much. I’ve tried limiting it by setting a Boolean variable but it has no effect. Why does It fire so much?

Ok I figured out why. For debugging purposes I left the collision visibility on in game and that was causing the mishap. I just turned visibility back to off in game and it works fine now.