Well my code says this
and apparently it is a static method?
Gives the error non static method cannot be referenced from static context if put in act method or here
   public void color(Color color)<this is static?
    {
GreenfootImage.setColor(color);
    }
          
        
  

