onClipEvent (load) {
duplicateMovieClip (, , not yet set) ;
}
The key parameters here are Target (specifies the instance name of the clip the script will act on), New Name (names the duplicate clip so it doesnt overwrite the original), and Depth (tells Flash how to layer the clips atop one another on a single layer, as if theyre at the same depth one will replace the other).


