hitTest and Actionscript2 March 19, 2010 • 8 words • 1 min read #Actionscript if (mc.hitTest(_root._xmouse, _root._ymouse, true))) { trace("hitTest Run"); }