Learning AS3
Learning AS3
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- vlakken0
the way i learned is to just convert stuff i have in as2 into as3 code.
things like the displaylist can be daunting at first but I use it the same as I did in as2 in that i duplicate items in lists and only remove them when im done with them.
The biggest problem with as3 when coming from as2 is that it is no longer as forgiving as it was and yet the things you can do are far more.