For example, if I use drawRect() onto my world image, how can I remove that rectangle without affecting the rest of the world image?
A solution I've thought of is to have an actor object that is simply a GreenfootImage with a rectangle drawn on it. I could then add and remove the rectangle to the world image that way. However, this way is extremely clumsy and I'd much rather have something cleaner.

