|
-
Hey,
Does anyone know how to create a two dimensional array with flash??
Thanks in advance,
Sander
-
-
Hi,
Index = new Array();
Index[0] = new Array();
Index[1] = new Array();
etc.....
Now you can approach/call the like this:
Index[0][0] = 1;
Index[0][1] = 2;
Index[1][1] = "HI";
Cheers
-
God bless both of you!
Zander
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|