I want to change my World Backgrund from inside an Actor: This is what I got so far:
it says: cannot find symbol - method setImage(java.lang.String)
Is there a mistake inside the brackets behind setImage? Thx already
GameOver world = (GameOver) getWorld();
world.setImage("GameOver2.png");
