Multidimentional arrays in Actionscript 3

Posted on November 11, 2007

This has to be one of those times where I wanted to smash my monitor over something so painfully simply. Assigning values to arrays should be as easy as saying _somearray[x]=100.

Great, that works. But what about a multidimensional arrays? What do you know _somearray[x][y]=100 does NOT work. Why in the world couldn’t be that simple. I dont know, but here’s how it’s done.

the article

include(“test.php”);ebayrss(“actionscript+3″);

Categories: Uncategorized


Leave a Reply