Adobe Extending Flash Professional CS4 Manuale Utente Pagina 358

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 560
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 357
336
EXTENDING FLASH CS4 PROFESSIONAL
Oval object
OvalObject.endAngle
Availability
Flash CS3 Professional.
Usage
OvalObject.endAngle
Description
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().
Example
The following example sets the end angle of selected Oval objects to 270.
fl.getDocumentDOM().setOvalObjectProperty("endAngle",270);
See also
document.setOvalObjectProperty(), OvalObject.startAngle, shape.isOvalObject
OvalObject.innerRadius
Availability
Flash CS3 Professional.
Usage
OvalObject.innerRadius
Description
Read-only property; a float value that specifies the inner radius of the Oval object as a percentage. Acceptable values
are from 0 to 99.
To set this value, use document.setOvalObjectProperty().
Example
The following example sets the inner radius of selected Oval objects to 50 percent:
fl.getDocumentDOM().setOvalObjectProperty("innerRadius",50);
See also
document.setOvalObjectProperty(), shape.isOvalObject
Vedere la pagina 357
1 2 ... 353 354 355 356 357 358 359 360 361 362 363 ... 559 560

Commenti su questo manuale

Nessun commento