I’m trying to make a jitter and grow effect when the mouse is over a button, and then it shrinks and goes back to its regular position when the mouse is taken off, but the button would only shrink when I inch my mouse and the jitter moved it out from below my mouse on the same frame. I tried adding a hitbox that acts as the button so that the jitter and size are appearance only, but now the events under the inverted mouse over hitbox dont occur at all.
If it’s significant, the button, its text, and the hitbox are all created and edited dynamically through a function.