|
.unlockTween() Applies To MovieClip, Sound, TextField Availability Flash 6 and above, using AS1 or AS2. Usage <MovieClip|TextField>.unlockTween(); Parameters None. Returns Nothing. Description Auxiliary method; unlocks the object for tweening. After unlocking, new tweenings can be added for that particular object again. Examples // Unlocks a MovieClip so tweens can be added again <MovieClip>.unlockTween(); See Also |