I have a sprites-bases, sprites-objects are created on it. The number of sprites-objects matches the number of sprites-bases. Then my mechanics work (see picture), but the total number of sprites will be very large (in my game)
Is it possible to do the same as in the picture, but with fewer sprites-objects? I want to create for example 4 sprites-objects, I need them to move along the coordinates of the base within the red zone.
Problem solved, one may delete the topic