Extending Flash |
|
|
|
| Objects > Document object > document.swapStrokeAndFill() | |||
Flash 8.
document.swapStrokeAndFill();
None.
Nothing.
Method; swaps the Stroke and Fill colors.
The following example swaps the Stroke and Fill colors in the current document:
fl.getDocumentDOM().swapStrokeAndFill();
|
|
|
|