I am trying to make a space invaders like game, and I have a few problems that I have encountered.
If any of you have played the game, I’m sure that you know how the aliens move around on the screen. They go from left to right, down, then right to left etc…
I know how to make them move like that. Here is my problem:
In the real game, whenever you shoot all the aliens in a column on either the far left or far right side, the remaining ones go to the edge, right? Well, whenever I shoot all on one of those sides, it does not do that, but instead just keeps on going as if the object is still in the row.
This problem may be a bit hard for me to explain, but If any of you can figure it out, I would be more than happy ![]()
If you have any additional questions, just ask and I’ll try to give more details.