AddChild HitTestObject?

In AS3, how do I code it so that two separate added children to the stage can check if they HitTestObject each other? For example, a game where you fire projectiles at a bunch of generated enemies. Please show me how to code it, thank you.