HitTest and Actionscript2


if (mc.hitTest(_root._xmouse, _root._ymouse, true))) {
  trace("hitTest Run");
}