Extending Flash |
|
|
|
| Objects > Frame object > frame.hasCustomEase | |||
Flash 8.
frame.hasCustomEase
Property; a Boolean value. If true, the frame gets its ease information from the custom ease curve. If false, the frame gets its ease information from the ease value.
The following example specifies that the first frame in the top layer should get its ease information from the ease value rather than the custom ease curve:
var theFrame = fl.getDocumentDOM().getTimeline().layers[0].frames[0] theFrame.hasCustomEase = false;
frame.getCustomEase(), frame.setCustomEase(), frame.useSingleEaseCurve
|
|
|
|