Wednesday, February 14th, 2007 |
|
AS3 Tip: for loop index should not be uint |
In AS2 you probably typed your for loop index variable as Number. In AS3 I thought it would be better to use uint. I always start the index from 0, or some positive number and increment from there, like:
(more…)
17 Comments








