timeline.addMotionGuide()
|
Adds a motion guide layer above the current
layer and attaches the current layer to the newly added guide layer.
|
timeline.addNewLayer()
|
Adds a new layer to the document and makes
it the current layer.
|
timeline.clearFrames()
|
Deletes all the contents from a frame or
range of frames on the current layer.
|
timeline.clearKeyframes()
|
Converts a keyframe to a regular frame and
deletes its contents on the current layer.
|
timeline.convertToBlankKeyframes()
|
Converts frames to blank keyframes on the
current layer.
|
timeline.convertToKeyframes()
|
Converts a range of frames to keyframes
(or converts the selection if no frames are specified) on the current
layer.
|
timeline.copyFrames()
|
Copies a range of frames on the current
layer to the clipboard.
|
timeline.copyMotion()
|
Copies motion on selected frames, either
from a motion tween or from frame-by-frame animation, so it can
be applied to other frames.
|
timeline.copyMotionAsAS3()
|
Copies motion on selected frames, either
from a motion tween or from frame-by-frame animation, to the clipboard
as ActionScript 3.0 code.
|
timeline.createMotionTween()
|
Sets the frame.tweenType property
to motion for each selected keyframe on the current
layer, and converts each frame’s contents to a single symbol instance
if necessary.
|
timeline.cutFrames()
|
Cuts a range of frames on the current layer
from the timeline and saves them to the clipboard.
|
timeline.deleteLayer()
|
Deletes a layer.
|
timeline.expandFolder()
|
Expands or collapses the specified folder
or folders.
|
timeline.findLayerIndex()
|
Finds an array of indexes for the layers
with the given name.
|
timeline.getFrameProperty()
|
Retrieves the specified property’s value
for the selected frames.
|
timeline.getGuidelines()
|
Returns an XML string that represents the
current positions of the horizontal and vertical guide lines for
a timeline (View > Guides > Show Guides).
|
timeline.getLayerProperty()
|
Retrieves the specified property’s value
for the selected layers.
|
timeline.getSelectedFrames()
|
Retrieves the currently selected frames
in an array.
|
timeline.getSelectedLayers()
|
Retrieves the zero-based index values of
the currently selected layers.
|
timeline.insertBlankKeyframe()
|
Inserts a blank keyframe at the specified
frame index; if the index is not specified, inserts the blank keyframe
by using the playhead/selection.
|
timeline.insertFrames()
|
Inserts the specified number of frames at
the given frame number.
|
timeline.insertKeyframe()
|
Inserts a keyframe at the specified frame.
|
timeline.pasteFrames()
|
Pastes the range of frames from the clipboard
into the specified frames.
|
timeline.pasteMotion()
|
Pastes the range of motion frames retrieved
by timeline.copyMotion() to the Timeline.
|
timeline.removeFrames()
|
Deletes the frame.
|
timeline.reorderLayer()
|
Moves the first specified layer before or
after the second specified layer.
|
timeline.reverseFrames()
|
Reverses a range of frames.
|
timeline.selectAllFrames()
|
Selects all the frames in the current timeline.
|
timeline.setFrameProperty()
|
Sets the property of the Frame object for
the selected frames.
|
timeline.setGuidelines()
|
Replaces the guide lines for the timeline
with the information specified.
|
timeline.setLayerProperty()
|
Sets the specified property on all the selected
layers to a specified value.
|
timeline.setSelectedFrames()
|
Selects a range of frames in the current
layer or sets the selected frames to the selection array passed
into this method.
|
timeline.setSelectedLayers()
|
Sets the layer to be selected; also makes
the specified layer the current layer.
|
timeline.showLayerMasking()
|
Shows the layer masking during authoring
by locking the mask and masked layers.
|