Hi, I'm trying to set an image to my actor by either
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??
public void youWin() { GreenfootImage win = new GreenfootImage("yes.png"); setImage(win); }