lineAngle
Flash Player 6
myRandomLine.lineAngle
Property; The angle of the lines in the component.
myRandomLine.lineAngle = 45;
Flash Player 6
myRandomLine.maxLines
Property; Specifies the maximum number of lines to be generated by the component at any one time.
myRandomLine.maxLines = 25;
Flash Player 6
myRandomLine.background
Property; Specifies whether the component should have a background (true) or not (false).
myRandomLine.background = true;
Flash Player 6
myRandomLine.backgroundColor
Property; The color of the background of the component if background is set to true.
myRandomLine.backgroundColor = 0xCCCCCC;
Flash Player 6
myRandomLine.lineColors
Property; Specifies as an array, the values for the component to randomly select the color of its lines from.
myRandomLine.lineColors = [0xFF0000, 0x00FF00, 0x0000FF];
Flash Player 6
myRandomLine.lineWidthMax
Property; The maximum width of the component's lines.
myRandomLine.lineWidthMax = 45;
Flash Player 6
myRandomLine.lineWidthMin
Property; The minimum width of the component's lines.
myRandomLine.lineWidthMin = 20;
Flash Player 6
myRandomLine.lineAlphaMax
Property; The maximum alpha value of the lines.
myRandomLine.lineAlphaMax = 90;
Flash Player 6
myRandomLine.lineAlphaMin
Property; The minimum alpha value of the lines.
myRandomLine.lineAlphaMin = 10;
Flash Player 6
myRandomLine.lineSpeed
Property; The speed of line movement.
myRandomLine.lineSpeed = 10;
Flash Player 6
myRandomLine.lineAlphaSpeed
Property; The speed of change of the alpha value.
myRandomLine.lineAlphaSpeed = 10;
Flash Player 6
myRandomLine.maskIdentifier
Property; The linkage identifier of a clip in the library to be used as a mask for the component.
myRandomLine.maskIdentifier = "myMask";