I have a radio button called ( unsubscribe ) on the main movie window
The button itself has 4 frames Up Over Down Hit - each frame has a different color sequence. The button's actionscript is:
How can I get the button to stay on the HIT frame of the button (if pressed) all it does now. is show the different state on mouseover ( Up & Over)
Actually I have two buttons subscribe & unsubscribe - if one is pressed then the other should revert back to the initial state and vice-versa - how to do this?
The button itself has 4 frames Up Over Down Hit - each frame has a different color sequence. The button's actionscript is:
Code:
on (press)
{
textfield2.text = "UNSUBSCRIBE";
}
How can I get the button to stay on the HIT frame of the button (if pressed) all it does now. is show the different state on mouseover ( Up & Over)
Actually I have two buttons subscribe & unsubscribe - if one is pressed then the other should revert back to the initial state and vice-versa - how to do this?