i have an array (this is just a test)
Code:
map = new Array();
map = [[1], [2], [3]];
and i want some code that goes through it and if it = 1 attach movie 1 or if it is 2 attach movie 2 and so on??? how is this done??