[Flashcoders] for...in property access replacement in AS3?

2007-02-15 Thread Matt Garland
Hi, I'm converting some AS2 code to AS3. The code manipulates several big, complicated data containers to produce an animation. In AS2, the data container was a vanilla object. In AS3, for performance gains, I turned these containers into several classes. The problem is, at various

Re: [Flashcoders] for...in property access replacement in AS3?

2007-02-15 Thread T. Michael Keesey
You can use Object.setPropertyisEnumerable(propName). flash.utils.describeType() might be another way. -- Mike Keesey On 2/15/07, Matt Garland [EMAIL PROTECTED] wrote: Hi, I'm converting some AS2 code to AS3. The code manipulates several big, complicated data containers to produce an