I am trying to write out a conditional for a set of buttons. I want to tell one button to look at the other buttons, and check if any of them is active, and if any one is active play it back!
The buttons_mc have a roll over, a roll out, and a down state. I am running to the issue that when I click on one, and it becomes active, and I roll out, and it’s working again, I need to deactivate that button by using some sort of action script. Not button_mc. enabled = false;
I need something else!
Thanks dudes, let me know if you gusy could understand what I am trying to say?