Originally posted by pentru
@ squze:

so what you mean is if I know I'll have at most say 50 NPCs on the screen, then I should already have 50 MCs somewhere off the screen and at run time or when first loading the game, simply attach code to them (the ones I need to use) while going and stop on the specific frame inside the NPCs MC based on the enemy type??....

so when one of them gets killed by the player.....would you just disable its enterFrame code and put it back of screen for reuse later?

thanks for clarifying,

paul.
i think he meant instead of having 50 mcs, have one with 50 frames showing different sprites, and just use that mc over and over.

I think.