if (Greenfoot.mouseClicked(this)) {
this.getImage().equals(new GreenfootImage("smiley1.png"));
}
I have this in one of my actor that I'm trying to change the image by a mouse click... But it didn't work. is there a way to fix it???
