Extending Flash |
|
|
|
| Objects > Element object > element.skewY | |||
Flash CS3 Professional.
element.skewY
Property; a float value between -180 and 180 that specifies the y skew value of symbols, drawing objects, and primitive rectangles and ovals.
The following example sets the y skew value of the current selection to 10:
var element = fl.getDocumentDOM().selection[0]; element.skewY = 10;
document.setTransformationPoint(), element.skewX
|
|
|
|