Creating movie clips with ActionScript

In addition to being able to create instances of a MovieClip object while authoring in Flash, you can create movie clips with ActionScript dynamically, that is, at runtime. There are three ways to create movie clips with ActionScript: you can create a new (empty) movie clip, duplicate a movie clip instance that already exists, or create a movie clip instance from a movie clip symbol in the library.