MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 406

Extending flash
Table of Contents

Advertisement

Description
Property; a string that specifies the jiggle property of a hatched line. This property is available
only if the
property is set to
(see
). Acceptable
stroke.style
"hatched"
stroke.style
values are
,
,
, and
.
"none"
"bounce"
"loose"
"wild"
Example
The following example sets the
property to
for a stroke style of
:
jiggle
"wild"
hatched
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.joinType
Availability
Flash 8.
Usage
stroke.joinType
Description
Property; a string that specifies the type of join for the stroke. Acceptable values are
,
"miter"
, and
.
"round"
"bevel"
See also
stroke.capType
stroke.length
Availability
Flash MX 2004.
Usage
stroke.length
406
Objects

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents