i think this is code then (touch wood) erm so could you please tell me how the removeclip code should look like and where abouts it wants putting. thank you ever so much CoopZ x

numEnemy=3;

for (i=2; i<=numEnemy; i++){
enemy1.duplicateMovieClip( "enemy"+i, i+100 );

}
score=0;