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