| Property |
Description |
Example |
|---|---|---|
| Line angle | Specifies the angle of the lines to be produced by the component. A value of 0 indicates vertical lines moving horizontally, a value of 90 indicates horizontal lines moving vertically. | 90 |
| Max. lines | Indicates the maximum number of lines the component should produce at any one time. | 25 |
| Background | The background checkbox indicates whether the component should have a background (true) or not (false). A tick in the checkbox indicates true, no tick indicates false. | true |
| Background color | The background color is the color of the component's background. (Controlled by the color input directly below the background parameter.) If the background parameter is set to false this parameter will be ignored. | 0xCCCC33 |
| Line colors | Lines colors specify the values from which the component should randomly select the colors it uses for lines. If no colors are specified the component will select randomly from all colors. | 0xCC0000 |
| Line width: max | Specifies the maximum thickness of the lines. | 45 |
| Line width: min | Specifies the minimum thickness of the lines. | 0 |
| Line alpha: max | Specifies the maximum alpha value of the lines. | 90 |
| Line alpha: min | Specifies the minimum alpha value of the lines. | 10 |
| Line Speed | Line Speed specifies the speed the lines should move at. | 10 |
| Alpha speed | Alpha speed specifies the speed at which the component's lines should fade in and out. | 10 |
| Mask Identifier | The Mask Identifier is the linkage identifier of a movie clip in the library which should be used to mask the component. | myMask |