flashdiculous

Out of context: Reply #5

  • Started
  • Last post
  • 6 Responses
  • cuke4260

    @mikotondria3 somewhere in your as files there's a reference to Gallery.as; either there's a reference that's typed to Gallery like var _gal:Gallery or something.

    go through each typed reference and 'duck type' them, i.e. var _gal:* until the error disappears.

    or just comment out all references to other classes, and add them back one by one

    either of those might be a pain if your project is huge.

    or use eclipse/fdt it has realtime error checking

View thread