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
and now im wondering how to make a boolean to check that if he is not on my world winner mario();
pls help thanks.
import Java.util.List; public void winnerMario() { List objekte = getObjects(null); removeObjects(objekte); setBackground("winnerMario.jpg"); }