How can I invoke mirrorHorizontally() to an array which has GreenfootImage as its type?
GreenfootImage[] images = {new GreenfootImage("a.png"), new GreenfootImage("b.png"), new GreenfootImage("c.png")};
for (int i=0; i<images.length; i++) images[i].mirrorHorizontally();