I'm going to make a platformer with enemys, but I don't want them just to spawn when you kill them. I also want the game to be infinite so I cant use hundreds of enemy sprites. Thanks.
Offline
You should be able to "re-use" enemies - rather than create hundreds. Figure out how many you would want on-screen at one time, and that's all you should need to have. They could be identical, and could have several costumes (if desired). Choose a random costume when they appear and 4 or 5 enemies could seem like many more.
Last edited by EdnaC (2011-08-03 10:32:26)
Offline