hi i'm new to AS3 and i was wondering what is the best way to remove a child at a point. i tried
Holder.removeChild(Holder.getObjectsUnderPoint(new Point(exampleX, exampleY))[0]);
however that returned ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
any suggestions?