frame.tweenInstanceName
#### Availability
Flash Professional CS5.
#### Usage
Frame.tweenInstanceName()
#### Description
Property; a string that assigns an instance name to the selected motion object.
#### Example
javascript
The following example assigns the instance name MyMotionTween to the specified motion object.
theFrame.tweenInstanceName = "MyMotionTween";