I was attempting to use a GreenfootImage command (getImage().*) in a World subclass earlier and it didn't recognise it.
I believe my coding is appropriate. Can one not use GreenfootImage commands in World subclasses? If this is the case, why, and is there another way to do what I was trying to do (set the transparency of the background lower)?
This was the code I was trying to use:
          GreenfootImage image = getImage();
        image.setTransparency(100); 
          
         
   

