Hello.
I want to have a finish screen and I want to display some text, however when I run it and form the image, the image doesn't change.
I have the object added somewhere in the middle and I want it to display after it checks the value from the score board if it's bigger than 100. If yes, display that text, but it doesn't change.
river lume=new river();
if (lume.getObjects(Counter.class).get(0).getValue()>100 && !adaugat){
GreenfootImage imagine=new GreenfootImage("Felicitari",100,Color.GREEN,Color.GREEN);
this.setImage(imagine);
adaugat=true;
}
