MovieClip

Object
  |
  +-MovieClip

public dynamic class MovieClip
extends Object

The methods for the MovieClip class provide the same functionality as actions that target movie clips. Some additional methods do not have equivalent actions in the Actions toolbox in the Actions panel.

You do not use a constructor method to create a movie clip. You can choose from among three methods to create movie clip instances:

  • The attachMovie() method allows you to create a movie clip instance based on a movie clip symbol that exists in the library.

  • The createEmptyMovieClip() method allows you to create an empty movie clip instance as a child based on another movie clip.

  • The duplicateMovieClip() method allows you to create a movie clip instance based on another ...

Get ActionScript 2.0 Language Reference for Macromedia® Flash® 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.