Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 385 Bytes

File metadata and controls

22 lines (12 loc) · 385 Bytes

frame.tweenInstanceName

Availability

Flash Professional CS5.

Usage

Frame.tweenInstanceName()

Description

Property; a string that assigns an instance name to the selected motion object.

Example

The following example assigns the instance name MyMotionTween to the specified motion object.

theFrame.tweenInstanceName = "MyMotionTween";