Newb question... creating object instances

I want to creat an instance of an object out of the movie’s library. I know there is that one funky function duplicateMovieClip that will duplicate instances of objects already on the stage, but can I dynamically insert objects when I want to, without having to drag a prototype object onto the stage manually?

[edit after reading sticky] Flash MX [/edit]

Howdy…

That will be attachMovie you need to use… Don’t forget to set the Linkage Identifier of the movieclip within the Library… :slight_smile:

awsome! thanks a bunch!

No problem… Drop by anytime… =)