Hey guys
i am creating a mario game and i have been having a little bit of trouble with the goombas(ENEMIES)
you see when i create an enemy i wanted to copy that enemy just so i can use many of the same enemies. But the problem with this is when mario jumps on top of them they do go on die frame, but the movie clip does not remove.
tell me if this would be wrong to remove the movie clip
for(i=1;i<=10;i++) {
_root["goomba"+i].removeMovieClip("goomba2");
}
i have done proper linkage and made sure names were correct.
can someone help me out thanks.