AS3 Q

Out of context: Reply #2

  • Started
  • Last post
  • 19 Responses
  • ifeltdave0

    I'm not sure, never tried what you're doing before. But places to look into are whether or not your external classes are public or private, what they extend (MovieClip, etc) and whether or not they are static or dynamic classes.

    I think that if you associate a library clip with a class, it automatically extends as MovieClip, which is a dynamic class by default. Try making all your external classes dynamic, see where that leads.

View thread