lunatic
August 18th, 2003, 10:42 PM
Howdy all - been away for awhile (the joys of the real job) but now back to it with a question that I think may be related to my simple array.
I have several symbols in an array. I have several buttons on the page. When I roll over the button I want all the symbols to be invisible and then I want to make one symbol visible (array._visible = 0; symbol1._visible = 1). I put this same code on every button but, obviously, changing the one symbol to be visible to correspond to that button.
So here is my problem - it works great for some buttons, but not for others. Seems like there are a few that, once I roll over them, the symbol stays no matter which button is next hit. Is there some kind of obvious thing I am overlooking? :sure:
Thanks for any help!
I have several symbols in an array. I have several buttons on the page. When I roll over the button I want all the symbols to be invisible and then I want to make one symbol visible (array._visible = 0; symbol1._visible = 1). I put this same code on every button but, obviously, changing the one symbol to be visible to correspond to that button.
So here is my problem - it works great for some buttons, but not for others. Seems like there are a few that, once I roll over them, the symbol stays no matter which button is next hit. Is there some kind of obvious thing I am overlooking? :sure:
Thanks for any help!