LoadMovie command not working in my loop statement!

I have the following which works fine just out side of the loop statement:

loadMovie(“icons/test.jpg”, “pIcon0.Icon”);

But inside the loop statement no image shows up.

I need it in the loop statement because eventually the code will call the jpgs out of an array based on the loop variable. And put them in a movieclip number by the variable also.

Thanks!

Ron

um…where are u setting the name of the object?