Help!

Hi to all of you brains out there. I have a problem with attaching more than one movie clip to this control structure, I need to attach 8 diffrent movieclips. Till now the code attaches only one mc the “window”

**windows = 8;
for (c=1; c<=windows; c++) {
attachMovie(“window”, c, c);

}**

thanks