Actionscript reference

 

lineAngle
maxLines
background
backgroundColor
lineColors
lineWidthMax
lineWidthMin
lineAlphaMax
lineAlphaMin
lineSpeed
lineAlphaSpeed
maskIdentifier

 

 

randomLine.lineAngle

Availability

Flash Player 6

Usage

myRandomLine.lineAngle

Description

Property; The angle of the lines in the component.

Example

myRandomLine.lineAngle = 45;

 

 

randomLine.maxLines

Availability

Flash Player 6

Usage

myRandomLine.maxLines

Description

Property; Specifies the maximum number of lines to be generated by the component at any one time.

Example

myRandomLine.maxLines = 25;

 

 

randomLine.background

Availability

Flash Player 6

Usage

myRandomLine.background

Description

Property; Specifies whether the component should have a background (true) or not (false).

Example

myRandomLine.background = true;

 

 

randomLine.backgroundColor

Availability

Flash Player 6

Usage

myRandomLine.backgroundColor

Description

Property; The color of the background of the component if background is set to true.

Example

myRandomLine.backgroundColor = 0xCCCCCC;

 

 

randomLine.lineColors

Availability

Flash Player 6

Usage

myRandomLine.lineColors

Description

Property; Specifies as an array, the values for the component to randomly select the color of its lines from.

Example

myRandomLine.lineColors = [0xFF0000, 0x00FF00, 0x0000FF];

 

 

randomLine.lineWidthMax

Availability

Flash Player 6

Usage

myRandomLine.lineWidthMax

Description

Property; The maximum width of the component's lines.

Example

myRandomLine.lineWidthMax = 45;

 

 

randomLine.lineWidthMin

Availability

Flash Player 6

Usage

myRandomLine.lineWidthMin

Description

Property; The minimum width of the component's lines.

Example

myRandomLine.lineWidthMin = 20;

 

 

randomLine.lineAlphaMax

Availability

Flash Player 6

Usage

myRandomLine.lineAlphaMax

Description

Property; The maximum alpha value of the lines.

Example

myRandomLine.lineAlphaMax = 90;

 

 

randomLine.lineAlphaMin

Availability

Flash Player 6

Usage

myRandomLine.lineAlphaMin

Description

Property; The minimum alpha value of the lines.

Example

myRandomLine.lineAlphaMin = 10;

 

 

randomLine.lineSpeed

Availability

Flash Player 6

Usage

myRandomLine.lineSpeed

Description

Property; The speed of line movement.

Example

myRandomLine.lineSpeed = 10;

 

 

randomLine.lineAlphaSpeed

Availability

Flash Player 6

Usage

myRandomLine.lineAlphaSpeed

Description

Property; The speed of change of the alpha value.

Example

myRandomLine.lineAlphaSpeed = 10;

 

 

randomLine.maskIdentifier

Availability

Flash Player 6

Usage

myRandomLine.maskIdentifier

Description

Property; The linkage identifier of a clip in the library to be used as a mask for the component.

Example

myRandomLine.maskIdentifier = "myMask";