How i duplicate this movieclip

how i duplicate this movieclip in inside of this movieclip.

it comes horizontal position.

please help this script

duplicateMovieClip() may just help

or

for(loop)
{
attach(MC,MC+i,i+1)
}

sorry it seems a fairly simple thing

please verify that,

did you download this file.

its working in for loop condition, but no display horizontal position.

instead of this

img.rect.duplicateMovieClip("rect"+i, i);

try using this

_root.img.duplicateMovieClip("rect"+i, i);

this will work

i want duplicate movieclip in the rect only.

i want duplicate movieclips in inside of img,

duplicate only rect(MC)

[QUOTE=randomagain;2345478]sorry it seems a fairly simple thing[/QUOTE]

:stare: again :stare:

do onething,

please send me that file.