Is there a good way to initialize static variables? I have a class which has a large static object and I need to initialize about 100 attributes in a loop. It’s actually a class being ported from Javascript. In Javascript, it’s pretty easy to do this. You just write the loop right after declaring the variable. I’m not sure how to go about it in AS though…
(I have a feeling this will be a common problem for code being migrated from JS to AS.) Thoughts? Harbs