Flash CS4 Professional.
edge.stroke
Property; a Stroke object.
The following example displays the stroke color of the first edge of the selected object:
var shape = fl.getDocumentDOM().selection[0];
fl.trace(shape.edges[0].stroke.color);Flash CS4 Professional.
edge.stroke
Property; a Stroke object.
The following example displays the stroke color of the first edge of the selected object:
var shape = fl.getDocumentDOM().selection[0];
fl.trace(shape.edges[0].stroke.color);