Is it possible to get coordinates from the world class and put it an actor class? It is needed to be done from the actor class!
If you don't understand, write and ill try to specify.
World currentWorld; public WorldInfo(World w) { currentWorld = w; }
addActor(new WorldInfo(this));