I am a newbie at programming and want to make a simple game. I am making a virus game and I want them to multiply next to each other individually. So far I was able to create a version of what I'm trying to make but it seem like it isn't going in the right direction. I want to keep them multiplying as I kill each one of them. Can anyone show me or suggest a good way to do it? Mine has too much unnecessary spawning objects in one screen. I also don't want them to spawn over the walls. I want to make it simple as possible.
On "testing" file, I can make them spawn but they keep spawning because I can't figure out a way how to get rid of the spawn objects.
For "testing02" file, the objects are multiplying fast! (be careful it will crash).
I have attached the files here to take a look at. I am hoping a way to make them spawn without using spawn objects to have better performance.
So basically, I want them to continue spawning until the last one is destroyed.
Thanks,