Try to use some boolean instead of flip-flop. You always call this event in tick and it toggles flip flop every time, I guess. Pass your isHovered variable to the event and use branch.
Try to use some boolean instead of flip-flop. You always call this event in tick and it toggles flip flop every time, I guess. Pass your isHovered variable to the event and use branch.