Extending Flash |
|
|
|
| Objects > Oval object > OvalObject.endAngle | |||
Flash CS3 Professional.
OvalObject.endAngle
Read-only property; a float value that specifies the end angle of the Oval object. Acceptable values are from 0 to 360.
To set this value, use document.setOvalObjectProperty().
The following example sets the end angle of selected Oval objects to 270.
fl.getDocumentDOM().setOvalObjectProperty("endAngle",270);
document.setOvalObjectProperty(), OvalObject.startAngle, shape.isOvalObject
|
|
|
|