I am creating a full browser movie. I have three rectangles across the center. The center rectangle is a fixed width. The other two will stretch to fill the browser along the x (width) axis. The two on the sides will have a set minimum width. The one in the center will be centered between the other two, with a 5px buffer between them. I drew them with the Flash rectangle tool and used the Stipple line. When I adjust the xscale of the rectangles it scales as a bitmap would and the image is distorted. I know how to draw a rectangle dynamically to fit the space available. I don’t know how to draw one with the Stipple line. Is this possible, and if so, how? If it is not, is there an alternate method or workaround? I had thought about creating the two y-axis lines as bitmaps, since I know the set height, and then creating a very small but complicated fill of a bitmap that resembles the line, and drawing it around to create a psuedo line. That just seemed a little complicated just to get a cool line around my rectangle. Thanks.