Hi,
I am trying to use setTransparency() method from one of my objects (Actor class object).
I am calling this method from the act() method of the object.
It gives me the following error:
"non-static method setTransparency() cannot be referenced from a static context"
In fact, I get this error if I use any of the methods in the GreenfootImage class. How do I
get around this error so I can use these methods.
Any help will be highly appreciated.
Thanks,
Bob