How would I do this?
I've got tree buttons. Only one is supposed to be "selected" at a time. They play different animations.
What I need, is to set the button (which has different bg color depending on its over, up and down state) to it's down state.
Simply put; I need to freeze the button in it's down-state when it's clicked. And when I click one of the other buttons, it's supposed to return back to its normal state, and the new button is to be frozen in it's down state.
I'm using Flash, AS3..
Thanks! =)