Does hitTest(x, y, shape) count the MovieClips that are referenced in the Movie calling hitTest? i.e. If you have an array of movies that were added by attaching them to _root, and the array is in a movieclip called mc, then if you called mc.hitTest(200, 200, true) would it return true if 200,200 was in one of the movies in the array?
Sorry if I'm not clear enough.
Thanks