I have a MC called ‘playerP” and inside of it with 7 different MC. I can’t seems to hit test on the children MC, it always show [object position_2]
private function cMove(e:MouseEvent):void
{
trace(MovieClip(playerP.RR), playerP.PT)
if (e.currentTarget.hitTestObject(playerP.PT))
{
trace("hit la");
}
}
Try explicitly iterating through the children.