Hey
how do I draw an Image through a method.
My current one doesn't work
And is it possible to create different Images in one method? I want to create 5 rects that should be displayed at the same time.
Thanks fo helpig me out.
W1 w1 = (W1) getWorld();
GreenfootImage im = new GreenfootImage(100, 500);
im.drawImage(new GreenfootImage("Anzeigen/Lebenspunkte2.png"), 100, 500);


