Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button (show) state

Status
Not open for further replies.

Wulfgen

Technical User
Dec 31, 2004
283
US
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:
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?
 
Thanks for the suggestion, but that tut is for a movie clip instance (mc_clip) and not for a radio button (button instance)

Thanks for the thought though
 
Hi.
I would say the Subscribe preferably

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top