lineStyle « Graphics « Flash / Flex / ActionScript






1.To turn the stroke off completely, set thickness to undefined or call lineStyle( ) with no parameters.
2.Set Caps style to Round
3.The following code sets the line style to 1 pixel-thick, solid black:
4.Set the line style to 1 pixel-thick, solid green
5.Set the line style to 2 pixels thick, 50% transparent green
6.Apply a 3 pixel-thick blue stroke
7.Change line style while drawing
8.To set the rendering style for corners, we use lineStyle( )'s joints parameter.