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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -