...that I have no idea what I'm doing anymore.

I recently took a short little jaunt into the world of thinking I understood arrays, but I obviously don't. The world of thinking I understood onEnterFrame was so much more fun.

My problem is, I have two arrays, one I can make reference to in my code, the other I can't.

I defined them the exact same way, I've even removed all references to one and replaced it with the other, but I get the same result. I copied the working one and pasted it in place of the non-working and I still get trouble.

They're both multi-dimensional so you know, when I trace a line in each I get

working:
0,0,0,0,0,0,5,1,1,2,0,0,0,0,0,0,0,0
not working:
0,0,,,,,,,,,,,,,,,,

can anyone help this poor head o' mine?