actionscript 3 - how to resolve the UIComponent was not found in action script -
Creating an Action Script Category MyCircle UIComponent ..... Provides Some Code
When I compile, I get an error: Error 28: Definition of the base class UIComponent was not found.
class extends the MyCircle UIComponent
What do I do?
Add it to the beginning:
import mx.core UIComponent;
Comments
Post a Comment