|
Flash CS4 Resources |
shape.numCubicSegmentsAvailabilityFlash CS4 Professional. Usageshape.numCubicSegments DescriptionRead-only property; the number of cubic segments in the shape. ExampleAssuming a square or rectangle shape is selected, the following code displays “4” in the Output panel: var theShape = fl.getDocumentDOM().selection[0]; fl.trace(theShape.numCubicSegments); |