An integer that indicates the alpha value of the line's color; 0-100.
________________________________________
myMovieClip .moveTo ( x , y )
Parameters
x An integer indicating the horizontal position.
y An integer indicating the vertical position.
________________________________________
myMovieClip .curveTo ( controlX , controlY , anchorX , anchorY )
Parameters
controlX An integer that specifies a horizontal.
controlY An integer that specifies a vertical position.
anchorX An integer that specifies a horizontal position relative to the registration point of the parent movie clip of the next anchor point.
anchorY An integer that specifies a vertical position relative to the registration point of the parent movie clip of the next anchor point.