Ive done this before, but I forget teh notations. I have objcts date1,date2..... save as a movieclip dateBoxes. I cant remember how to referencec them, say, in a for loop.

for (i=0; i==10; i++) {
dateBoxes.["date" + i].text = i;
}

Like that but it has to work lol.

thanks in advance.