Trying to create a simple radiobutton
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:
http://3d4a5079.tinybucks.net/
however I receive the following errors why?
**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