Using this code, when I hover over a button it gets bigger, but if I can move the mouse quick enough to another button (to not trigger the else command), the original button is still being highlighted, not the one that is being currently highlighted.
With this modification, it makes it so that if you move from button to button without triggering the else statement, all the buttons you highlight get bigger.
Basically, I just want it to work on the button being highlighted and only that button, one button at a time. Anything I can change to fix this?