I have a set of retectangular buttons that I’d like to swap colours depending on if you mouse over one of them.
Scenario:
If you are on the “Links” page, the “LINKS” button is disabled and it is yellow. All the other buttons are blue and clickable.
What I want to do is change the colour of the “LINKS” button if the user mouses over any of the other buttons.
So say they mouse over the “HOME” button. I want the “LINKS” button to change colour from yellow to blue while the “HOME” button changes from blue to yellow. But I want to make sure the “LINKS” button remains disabled and no changes occur to any of the other buttons.
I’ve seen this done with javascript as a swap image efect.
Is there a way to do this in FLASH MX 2004? A tutorial somewhere?
what will happen is that when user moves mouse over home it will chance color (or any other animation you want) on to links button. Take a look at the FLA file I have attached. [Notice when you move mouse over Contact Us effect happens on “Notice Board” button]