MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 413

Extending flash
Table of Contents

Advertisement

Description
Property; a string that specifies the wave height of a ragged line. This property is available only
if the
stroke.style
,
,
"flat"
"wavy"
"very wavy"
Example
The following example sets the
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "ragged";
myStroke.pattern = "random";
myStroke.waveHeight = "flat";
myStroke.waveLength = "short";
fl.getDocumentDOM().setCustomStroke( myStroke );
stroke.waveLength
Availability
Flash MX 2004.
Usage
stroke.waveLength
Description
Property; a string that specifies the wave length of a ragged line. This property is available only
if the
stroke.style
,
"very short"
"short"
Example
The following example sets the
ragged:
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "ragged";
myStroke.pattern = "random";
myStroke.waveHeight = 'flat";
myStroke.waveLength = "short";
fl.getDocumentDOM().setCustomStroke( myStroke );
property is set to
"ragged"
, and
"wild"
waveHeight
property is set to
"ragged"
,
, and
"medium"
"long"
waveLength
(see
stroke.style
.
property to
for a stroke style of
"flat"
(see
stroke.style
.
property to
"short"
). Acceptable values are
ragged
). Acceptable values are
for a stroke style of
Stroke object
:
413

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?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents