Gonna try my best to explain…
I have an array…
var menuNames:Array = ["", “Nav01”,“Nav02”,“Nav03”,“Nav04”,“Nav05”,“Nav06”,“Nav07”,“Nav08”,“Nav09”];
I have the same amount of movie clips on the stage, these reference the array one way or another to create mouseover effects (off,on,down)… This is working fine…
Now, what I would like to do is disable the button that has been clicked, and at the same time, enable the rest of the buttons…
So, if Nav05 had been clicked, that would become inactive, and the rest of the buttons in the array would become active…
Im trying to achieve a fourth state for the buttons, whereby when one is clicked it will show a different color…
Probably simple stuff… but im pulling me teeth out here…
Thanks in advance
ICC