A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: can the flex 2 debugger be used with KM?

Threaded View

  1. #2
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    What's up Steve. Hate to see this sit so....

    I'm going to guess no. Koolmoves never supported AS2 types which were even less strict than AS3 runtime types are (preserved) so I'm sure the Flex debugger not only expects AS3 it will see all untyped code as a runtime error and is rigid on this for very important reasons.

    AS1:

    var foo = "Hello World";

    AS2/AS3:

    var foo:String = "Hello World";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center