Hello, im a bit of a flash amature but im having ago at creating a small game, the graphics are pretty awful but it seems to work. The problem im having is I use the following
To duplicate the enemy 8 times, 7 of them can be shot and removed but 1 wont disappear. I think i may have to remove the original enemy but im not sure where. Can anyone help please.
Thanks,
Marls.
This post has been edited b
Code:
numEnemy=8; for (i=2; i<=numEnemy; i++){ enemy1.duplicateMovieClip( "enemy"+i, i+100 ); } score=0;
To duplicate the enemy 8 times, 7 of them can be shot and removed but 1 wont disappear. I think i may have to remove the original enemy but im not sure where. Can anyone help please.
Thanks,
Marls.
This post has been edited b