Hey all, been trying to puzzle this one out but haven't figured out a great fix.
I have a button that I'm trying to add a depression effect to on rollover using tweens.
It works okay, except when the mouse comes in from the top, if you hover near the edges, it goes a little crazy and jitters up and down and repeats the associated sound effect. This doesn't happen when the mouse enters from right, left, or bottom. I'm assuming it has something to do with the button starting to move down slightly, and thus out of the mouse over range, and it just confuses the whole thing?
I guess worst case, I could just replicate the effect with a simple animation, but any ideas on how to fix it using the current approach? Thanks in advance!
Here's the .c3p with the example