AS3 Error: '1172: Definition fl.controls:Button could not be found.'
I am trying to create a class called LinkButton, which is a simple class that loads a URL on a click (im doing this to simpify my designers' transition to AS3) . Even though I am importing the button definition, the AS file gets a compile error: 1046: Type was not found or was not a compile-time constant: Button. and 1172: Definition fl.controls:Button could not be found. I created the button by making a simple shape converting it to a symbol (F8) of type 'Button'. In my FLA file i have this code: import AS3classes.mouse.LinkButton; var link1:LinkButton = new LinkButton(testLink, "http://www