Lingo Dictionary > D-F > fillCycles |
![]() ![]() ![]() |
fillCycles
Syntax
member(
whichCastMember
).fillCycles
Description
Vector shape cast member property; the number of fill cycles in a gradient vector shape's fill, as specified by an integer value from 1 to 7.
This property is valid only when the fillMode
property of the shape is set to #gradient
.
This property can be tested and set.
To see an example of fillCycles
used in a completed movie, see the Vector Shapes movie in the Learning\Lingo Examples folder inside the Director application folder.
Example
This statement sets the fillCycles
of member Archie to 3.
member("Archie").fillCycles = 3
See also
![]() ![]() ![]() |