Problem with HitTest -- PLEASE HELP

Please help me with this problem…i don’t know how to fix it…
You see… i have a MovieClip with a line on it, then… I _xscale and _rotate that movie clip using actionscript. Now when i’m trying to check if the MovieClip “Line” has hitted some target using
“if (root.line.hitTest(this["target”+i]))"
I can see that when I scaled and rotated the line, it has created a rectangle with the line as it’s diagonal, so… the hitTest doesn’t work as it should, instead it is testing for hits with that rectangle. Could someone help me wih this problem PLEASE !!! i hope you understand what i’m trying to say.

Thanks.