Items from 1 scene interfearing with my menu ... bloomin tie-fighters
When my game ends and goes back 2 the main menu, i still have enemy craft/ships still scrolling across the menu screen
Any 1 got any ideas 2 stop this? iv tried putting stop(); in frames i thought wud stop it but they insist on scrolling across my menu even tho the menus in a diff scene.
Is there a way 2 stop these ships scrolling once there scene has finished???
Any feedback much appreciated .... thanks 2 every1 whose helped me so far btw
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 );