Property
stroke.waveHeight
stroke.waveLength
stroke.breakAtCorners
Availability
Flash MX 2004.
Usage
stroke.breakAtCorners
Description
Property; a Boolean value. This property is the same as the Sharp Corners setting in the custom
Stroke Style dialog box.
Example
The following example sets the
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.breakAtCorners = true;
fl.getDocumentDOM().setCustomStroke( myStroke );
stroke.color
Availability
Flash MX 2004.
Usage
stroke.color
Description
Property; a color string in hexadecimal (#rrggbb) format or an integer containing the value. This
property represents the stroke color.
Example
The following example sets the stroke color:
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.color = "#000000";
fl.getDocumentDOM().setCustomStroke( myStroke );
stroke.curve
Availability
Flash MX 2004.
Usage
stroke.curve
Description
A string that specifies the wave height of a ragged line.
A string that specifies the wave length of a ragged line.
breakAtCorners
property to
:
true
Stroke object
275
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers