Stroke.breakatcorners; Stroke.color; Stroke.curve - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents