Lingo Dictionary > D-F > fillScale

 

fillScale

Syntax

member(whichCastMember).fillScale

Description

Vector shape cast member property; specifies the amount to scale the fill of the shape. The value is a percentage of the size of the shape. This property is referred to as "spread" in the vector shape window.

This property is only valid when the fillMode property of the shape is set to #gradient, but can be both tested and set.

To see an example of fillScale 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 fillScale of member Archie to 33.

member("Archie").fillScale = 33.00

See also

fillMode