sidalam
Programmer
- Nov 21, 2003
- 94
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:
however I receive the following errors why?
<code>
**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 {
Total ActionScript Errors: 2 Reported Errors: 2
<code>
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:
however I receive the following errors why?
<code>
**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 {
Total ActionScript Errors: 2 Reported Errors: 2
<code>