Understanding the ActionScript Language > About built-in objects > Using the MovieClip object

 

Using the MovieClip object

You can use the methods of the built-in MovieClip object to control movie clip symbol instances on the Stage. The following example tells the movie clip instance dateCounter to play:

dateCounter.play();

For more information, see MovieClip (object) in the ActionScript Dictionary; see also Working with Movie Clips and Buttons.