i need help making a image witch says GAME OVER (witch i already have) come up when you get eaten, i'm new to this and i have no idea.
GreenfootImage img = new GreenfootImage(/*YourImageName.fileExtension*/);
//For actors setImage(img); //Note: you can also right click the actor's class, and if you click on "Set Image" greenfoot will do this for you (and it gives you a thumbnail of what the actor looks like) //For the world setBackground(img);