Question
how do i get hitTestObject working on all objects in a sprite container so that they are removed from the stage individually when bumped into by another object?
hitTestObject only detects hits on one of the objects in a container, and how do I go about removing the objects from the stage?
