stroke.jiggle
Availability
Flash MX 2004.
Usage
stroke.jiggle
Description
Property; a string that specifies the jiggle property of a hatched line. This property is available
only if the
stroke.style
, and
"loose"
"wild"
Example
The following example sets the
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "hatched";
myStroke.curve = "straight";
myStroke.space = "close";
myStroke.jiggle = "wild";
myStroke.rotate = "free";
myStroke.length = "slight";
myStroke.hatchThickness = "thin";
fl.getDocumentDOM().setCustomStroke( myStroke );
stroke.length
Availability
Flash MX 2004.
Usage
stroke.length
Description
Property; a string that specifies the length of a hatch line. This property is available only if the
property is set to
stroke.style
,
"variation"
"medium variation"
Example
The following example sets the
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "hatched";
myStroke.curve = "straight";
myStroke.space = "close";
myStroke.jiggle = "wild";
myStroke.rotate = "free";
myStroke.length = "slight";
myStroke.hatchThickness = "thin";
fl.getDocumentDOM().setCustomStroke( myStroke );
property is set to
"hatched"
.
property to
jiggle
"hatched"
, and
"random"
property to
length
. Acceptable values are
for a stroke style of
"wild"
. Acceptable values are
.
for a stroke style of
"slight"
,
"none"
"bounce"
:
hatched
,
,
"equal"
"slight"
hatched
Stroke object
,
:
279
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?