Personal, I have a project in which I need to continually move two objects (the enemies in the case) on the screen. Perempts that I have to make a group to move them but do not know how to do. Can someone help me?
I knew this group would help at the time of the collision, when I want to eliminate only one enemy.
The problem is because currently I have 5 functions to move a single enemy, one to eliminate it from the screen and position it in another corner of the screen. Fisting all the enemies I have 20 functions only for the movement of the enemies and I know that this is not the correct way to do