Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 729 Bytes

File metadata and controls

31 lines (18 loc) · 729 Bytes

timeline.pasteMotion()

Availability

Flash CS3 Professional.

Usage

timeline.pasteMotion()

Parameters

None.

Returns

Nothing.

Description

Method; pastes the range of motion frames retrieved by timeline.copyMotion() to the Timeline. If necessary, existing frames are displaced (moved to the right) to make room for the frames being pasted.

Example

The following example pastes the motion on the clipboard to the currently selected frame or playhead location, displacing that frame to the right of the pasted frames:

fl.getDocumentDOM().getTimeline().pasteMotion();

See also

timeline.copyMotion()