hey,
This works -
b1.gotoAndStop("up");
But this doesn’t -
button_array = ["b1"];
for (var i in button_array){
button_array*.gotoAndStop("up");
}
button_array* should == b1? Hmm.
Thanks is Advance
N.B
The above code is on the button frame where all the button_mc’s will be placed.