Lingo Dictionary > S > strokeColor

 

strokeColor

Syntax

member(whichCastMember).strokeColor

Description

Vector shape cast member property; indicates the color in RGB of the shape's framing stroke.

To see an example of strokeColor used in a completed movie, see the Vector Shapes movie in the Learning\Lingo Examples folder inside the Director application folder.

Example

This sets the strokeColor of cast member "line" to red.

member("line").strokeColor = rgb(255, 0, 0) 

See also

color(), fillColor, endColor, backgroundColor