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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

radia style button intial state?

Status
Not open for further replies.

digitalbyzantium

Programmer
Jul 23, 2004
2
0
0
YU
I have a set of radio style buttons created using the library Multi-State Button control. They work fine, but how do I make one of them be in the "selected" / down possition at the start of the movie? IE when the movie is opened I want the default selection to be indicated to the user.

Thanks
 
Say if you want the radio in sprite(1) to be initially selected on startMovie:
--
on startMovie
sprite(1).member.hilite = 1
end startMovie
--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top