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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -