Hi danpost,
it's me again with another question on your Scrolling SuperWorld because I am still not really familiar with it...
I add a main actor to the world (an actor which is always following the mouse). So this actor is added in the middle of the visible world which is the top left corner.
Then I add the starting buildings for each player randomly across the world.
How can I make the main actor and with it the visible world area to jump to this starting building? I tried to simply use 'mainActor.setLocation(d.getX(), d.getY())' with d being the object which should be centered. However, this is not really working.
I hope you can help me!
Sorry for double post. Right after posting it the first time, I thought I had it and removed the discussion again, but it seems like it was only coincidence...

