|
.getTweens() Applies To MovieClip, Sound, TextField Availability Flash 6 and above, using AS1 or AS2. Usage <MovieClip|Sound|TextField>.getTweens() Parameters None. Returns The number of tweenings being performed by the object in that moment. Future tweenings (created with delays) are also counted. Description Auxiliary function; it's used to find out how many tweenings an object has. Examples // Shows how many tweenings a MovieClip object has trace ("The MovieClip has " + <MovieClip>.getTweens() + " tweenings at this moment."); See Also |