Please help me with this problem…i don’t know how to fix it…
You see… i have a MovieClip with an horizontal line in 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, insted it is cheking for hits with that rectangle. Could someone help me wih this problem PLEASE !!! i hope you understood what my problem is.