Hello!
I wonder if it's possible to remove a group of objects with for example a string as given parameter. Say that we have a class Robot.class and that the robot class has different Images eg red blue and black. If I have several of objects of the robot class placed in my world how do I remove all with a specified color? In this case it's not desirable to split this class into several classes with the respective color.
Hope someone can help me out with this one!

