Extending Flash |
|
|
|
| Objects > Stroke object > stroke.breakAtCorners | |||
Flash MX 2004. Deprecated in Flash CS3 in favor of stroke.joinType.
stroke.breakAtCorners
Property; a Boolean value. This property is the same as the Sharp Corners setting in the custom Stroke Style dialog box.
The following example sets the breakAtCorners property to true:
var myStroke = fl.getDocumentDOM().getCustomStroke(); myStroke.breakAtCorners = true; fl.getDocumentDOM().setCustomStroke(myStroke);
|
|
|
|