Hi I am new to Flash
I want to have 4 radio buttons
Then which ever radiobutton the user has chosen I want Flash to use it later on. I have found this interesting help page:
**Error** Scene=Scene 1, layer=action, frame=1:Line 4: The class or interface 'fl.controls.RadioButtonGroup' could not be loaded.
var myradioGroup:RadioButtonGroup=new RadioButtonGroup("Group 1");
**Error** Scene=Scene 1, layer=action, frame=1:Line 13: The class or interface 'MouseEvent' could not be loaded.
function showResult(event:MouseEvent):void {
However it does not seem to work for me.
On Scene 1 frame 1 I have 2 radiobuttons and a Go button
the 2 radiobuttons have been named radio1 and radio2 and the go button named goButton.
I have two other scenes called Scene 2 and Scene 3.
On scene 1 I have the following code: