Making a movieclip array

can i make a movie clip array as in:
mc_holder[2].attachMovie(“card”,“card”, j+1);

in this example the mc_holder is the name of the movie clips:
mc_holder[1],mc_holder[2],mc_holder[3]…,
can it be done?
how?
thanks…