IT world observations

Just sharing my knowledge about the internet, programming, etc.

Tuesday, October 25, 2005

One more issue concerning ActionScript 2

Just noticed. You will get a static array type property if you initialize it in your class declaration like
public var a = new Array(); or public var a = [];.
This should be done in constructor instead.

0 Comments:

Post a Comment

<< Home