206
Objects
fill.matrix
Availability
Flash MX 2004.
Usage
fill.matrix
Description
Property; a
Matrix object
that defines the placement, orientation, and scales for gradient fills.
fill.overflow
Availability
Flash 8.
Usage
fill.overflow
Description
Property; a string that specifies the behavior of a gradient’s overflow. Acceptable values are
"extend"
,
"repeat"
, and
"reflect"
; the strings are not case-sensitive. The default value
is
"extend"
.
Example
The following example specifies that the behavior of the overflow should be
"extend"
.
var fill = fl.getDocumentDOM().getCustomFill();
fill.overflow = "extend";
fl.getDocumentDOM().setCustomFill(fill);
fill.posArray
Availability
Flash MX 2004.
Usage
fill.posArray
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...