|
Flash CS4 Resources |
edge.strokeAvailabilityFlash CS4 Professional. Usageedge.stroke DescriptionProperty; a Stroke object. ExampleThe
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); |