Flash CS3 Documentation |
|||
| Extending Flash > Objects > Frame object > frame.useSingleEaseCurve | |||
Flash 8.
frame.useSingleEaseCurve
Property; a Boolean value. If true, a single custom ease curve is used for easing information for all properties. If false, each property has its own ease curve.
This property is ignored if the frame doesn't have custom easing applied.
The following example specifies that a single custom ease curve should be used for all properties of the first frame on the first layer:
var theFrame = fl.getDocumentDOM().getTimeline().layers[0].frames[0] theFrame.useSingleEaseCurve = true;
frame.getCustomEase(), frame.hasCustomEase, frame.setCustomEase()
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004230.html