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 Chriss Miller 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
Joined
Dec 31, 2004
Messages
283
Location
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
 
Subscribe preferably
 
Oh I got the file if that's what you're asking...

If one is pressed then the other should revert back to the initial state and vice-versa...

What I'm asking, is which of the buttons should be already selected by default at the start of the movie?

Regards. FLASH HELP - OPENED FOR BUSINESS!
TO GET YOUR OWN FREE WEBSITE HOSTING
 
Hi.
I would say the Subscribe preferably

Thanks
 
Hello Oldnewbie

did you get the file OK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top