Please help! pause a loop for

hi there,

may be it’s an easy prb :
i just want to pause a loop for example 1 second and then continue looping. here is an example:

for (i=0; i<10; i++){
attachMovieClip(“test”,temp+i, i);
// what i want is to pause the loop here, before it attach another clip
}

any suggestions are welcome

thnx