Hey everyone. I'm kind of stuck, I have a menu setup and all the buttons are at 50 opacity. I want to set it so whenever the mouse is over a button it changes to 100 opacity. What I'm doing does the job but occasionally if I swipe the mouse over the column of buttons it leaves a trail of them set to 100. What I have is:
condition: mouse is over button, action: Set button opacity to 100
else: Set button opacity to 50
What am I missing?
Your help would be immensely appreciated. :)