This is just a small note for all of those who is still developing using AS2.
The complete DON’T for AS2 classes is:
Never ever do create objects of your members arrays in declaration. Create them in the constructor instead.
Read on...
This is just a small note for all of those who is still developing using AS2.
The complete DON’T for AS2 classes is:
Never ever do create objects of your members arrays in declaration. Create them in the constructor instead.
Read on...