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

2015/1/14

Image won't be set??

elementa elementa

2015/1/14

#
Hi, I'm trying to set an image to my actor by either
 public void youWin()
    {
        GreenfootImage win = new GreenfootImage("yes.png");
        setImage(win);
    }
or by manually doing it in right click, "Set Image". However, the image never appears to be set and when I do it manually, the image file disappears from the images folder. I'm not sure why this is happening??
You need to login to post a reply.