Yes, it's making my project much more difficult. I have 2 lines, each its own MC. Imagine one is vertical and the other is horizontal. I am trying to make the horizontal line line up with the bottom of the vertical line usingbut when I compile there is a gap between the bottom of the vertical line and the horizontal line. The longer I make the vertical line (using vertLine._height = some number) the more pronounced this gap becomes. The horizontal line should be touching the bottom of the vertical line at all times.Code:horizLine._x = vertLine._x; horizLine._y = vertLine._y + vertLine._height;
I put the FLA on my server for download here.




Reply With Quote