MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 403

Extending flash
Table of Contents

Advertisement

Description
Property; an integer that specifies the lengths of the solid parts of a dashed line. This property
is available only if the
Example
The following example sets the
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "dashed";
myStroke.dash1 = 1;
myStroke.dash2 = 2;
fl.getDocumentDOM().setCustomStroke( myStroke );
stroke.dash2
Availability
Flash MX 2004.
Usage
stroke.dash2
Description
Property; an integer that specifies the lengths of the blank parts of a dashed line. This
property is available only if the
).
stroke.style
Example
See
.
stroke.dash1
stroke.density
Availability
Flash MX 2004.
Usage
stroke.density
Description
Property; a string that specifies the density of a stippled line. This property is available only if
the
property is set to
stroke.style
,
"very dense"
"dense"
property is set to
stroke.style
and
dash1
dash2
stroke.style
"stipple"
,
, and
"sparse"
"very sparse"
"dashed" (see
properties for a stroke style of
property is set to
"dashed"
(see
stroke.style
.
).
stroke.style
:
dashed
(see
). Acceptable values are
Stroke object
403

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents