MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 277

Extending flash
Table of Contents

Advertisement

Description
Method; returns an array of objects that represent the control points for the cubic Bézier curve
that defines the ease curve.
Example
The following example returns the custom ease value of the
property for the first
position
frame in the top layer:
var theFrame = fl.getDocumentDOM().getTimeline().layers[0].frames[0]
var easeArray = theFrame.getCustomEase( "position" );
See also
,
,
frame.hasCustomEase
frame.setCustomEase()
frame.useSingleEaseCurve
frame.hasCustomEase
Availability
Flash 8.
Usage
frame.hasCustomEase
Description
Property; a Boolean value. If
, the frame gets its ease information from the custom ease
true
curve. If
, the frame gets its ease information from the ease value.
false
Example
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;
See also
,
,
frame.getCustomEase()
frame.setCustomEase()
frame.useSingleEaseCurve
Frame object
277

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents