Hello
i am at a loss in my program i need to create for school. i need to get a list of several actors running around on my screen. They spawn on my map at a fixed location and walk around a set path. These enemies are of 2 types (a soldier and a tank (can become more in a later stage).
My first issue is that i can't use the getWorld().getObjects(Soldier.class); As there are curently none of these actors around (they spawn later).
Then i need to be able to get all these diffrent actors into a new list or some sort where i can actualy sort them by location or spawn timer.
Anyone who is able to help me get on the right think pad?

