Adobe Extending Flash Professional CS5 Instrukcja Użytkownika Strona 409

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 565
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 408
387
EXTENDING FLASH PROFESSIONAL
Shape object
Last updated 5/2/2011
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.");
Przeglądanie stron 408
1 2 ... 404 405 406 407 408 409 410 411 412 413 414 ... 564 565

Komentarze do niniejszej Instrukcji

Brak uwag