|
.lockTween() Applies To MovieClip, Sound, TextField Availability Flash 6 and above, using AS1 or AS2. Usage <MovieClip|TextField>.lockTween(); Parameters None. Returns Nothing. Description Auxiliary method; locks the object for tweening. After locking, no new tweenings may be added for that object. Current existing tweenings are still executed. Examples // Locks a MovieClip so it won't tween anymore <MovieClip>.lockTween(); See Also |