GreenfootImage image1 = new GreenfootImage("ninja.png");
GreenfootImage image2 = new GreenfootImage("ninjastg.png");
i have this and i need to know when the character has image1 and when the character has image2
is there a method like:
if(Greenfootimage==image1) ??
