Properties for mc's created with create.emptyMovieClip

well like the title says, ho can i set the properties of a mc’s created with createEmptyMovieClip :), please help its getting a real nag :P, have tried all kind of things , for loops , etc.

it would be great if anyone could help :slight_smile: thnx in advance :slight_smile:

for (i=0; i<=10; i++) {
this.createEmptyMovieClip([“rondje”+i], i);
lineStyle(1, Black, 100);
moveTo(40, 0);
for (a=0; a<=360; a++) {
lineTo(0+Math.cos(degtorada)40+i5, 0+Math.sin(degtorada)40+i5);
}

}

grts