Multiple MC's

im trying to create multiple MC’s and populate them with items i have in an array

the ultimate goal i guess is to be able to control each individual MC


//arrTest = [img1.jpg, img2.jpg, img3.jpg, img4.jpg]

var mcTest: MovieClip

for(i:number = 0; i < arrTest.length; i++)
{
[INDENT]mcTest.addChild(arrTest*)
[/INDENT]}

addChild(mcTest)


any help? thanks