Hi Danpost,
thx for your answer. Is there a way with getWorld() ? Because I have one actor which I use in multiple words, and more code would be easier then making multiple actors...
-PStiger
Just create a world constructor to recieve the actor.
Example (still using 'Arena', and adding actor Player class 'player'): 'Greenfoot.setWorld(new Arena(player));'.