![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
radioButtonInstance.selected
radioButtonGroup.selected
Property; a Boolean value that sets the state of the radio button to selected (true) and deselects the previously selected radio button, or sets the radio button to deselected (false).
The first line of code sets the mcButton instance to true. The second line of code returns the value of the selected property, as follows:
mcButton.selected = true; trace(mcButton.selected);
![]() ![]() | |