Adobe Extending Flash Professional CS4 Bedienungsanleitung Seite 413

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 560
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 412
391
EXTENDING FLASH CS4 PROFESSIONAL
Shape object
Description
Read-only property; an array of Vertex objects (see Vertex object).
Example
The following example stores the first selected object in the someShape variable, and then shows the number of vertices
for that object in the Output panel:
var someShape = fl.getDocumentDOM().selection[0];
fl.trace("The shape has " + someShape.vertices.length + " vertices.");
Seitenansicht 412
1 2 ... 408 409 410 411 412 413 414 415 416 417 418 ... 559 560

Kommentare zu diesen Handbüchern

Keine Kommentare