Adobe Extending Flash Professional CS5 Manuale Utente Pagina 422

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 421
400
EXTENDING FLASH PROFESSIONAL
Stroke object
Last updated 5/2/2011
stroke.density
Availability
Flash MX 2004.
Usage
stroke.density
Description
Property; a string that specifies the density of a stippled line. This property is available only if the stroke.style
property is set to
stipple (see stroke.style). Acceptable values are "very dense", "dense", "sparse", and "very
sparse".
Example
The following example sets the density property to sparse for the stroke style of stipple:
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "stipple";
myStroke.dotSpace= 3;
myStroke.variation = "random sizes";
myStroke.density = "sparse";
fl.getDocumentDOM().setCustomStroke(myStroke);
stroke.dotSize
Availability
Flash MX 2004.
Usage
stroke.dotSize
Description
Property; a string that specifies the dot size of a stippled line. This property is available only if the stroke.style
property is set to
stipple (see stroke.style). Acceptable values are "tiny", "small", "medium", and "large".
The following example sets the dotSize property to tiny for the stroke style of stipple:
var myStroke = fl.getDocumentDOM().getCustomStroke();
myStroke.style = "stipple";
myStroke.dotSpace= 3;
myStroke.dotsize = "tiny";
myStroke.variation = "random sizes";
myStroke.density = "sparse";
fl.getDocumentDOM().setCustomStroke(myStroke);
Vedere la pagina 421
1 2 ... 417 418 419 420 421 422 423 424 425 426 427 ... 564 565

Commenti su questo manuale

Nessun commento