Create an
Actionscript 2.0 class that allows the dynamic creation of RadioButton groups using
Flash UI Component's RadioButton with an easy to use API. The class should include a series of public functions to both create the radio buttons dynamically and access user input. Code must be written in such a way that multiple instantiations/groups can co-exist without interfering with each other (for example, if you click on a radio button of one group it doesn't de-select from another group).
Additional files submitted:
detailedProjectDescription.txt
ButtonGroupCreator.as
sampleRadiobuttonGeneratorGUI.swf