This site requires JavaScript, please enable it in your browser!
Greenfoot back
Prish950
Prish950 wrote ...

2013/3/2

IF HE IS DEAD !!!! HELP???

Prish950 Prish950

2013/3/2

#
I have a Question how can i write: if Object.class is removed set background, ("winner") so i want if he is dead that the picture is set. I wrote for that
import Java.util.List;

public void winnerMario()
    {
            List objekte = getObjects(null);
            removeObjects(objekte);
            setBackground("winnerMario.jpg");
            
    }
and now im wondering how to make a boolean to check that if he is not on my world winner mario(); pls help thanks.
You need to login to post a reply.