PDA

View Full Version : newb question... creating object instances.



compjinx
February 25th, 2003, 08:55 PM
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?

Flash MX

CyanBlue
February 25th, 2003, 09:59 PM
Howdy...

That will be attachMovie you need to use... Don't forget to set the Linkage Identifier of the movieclip within the Library... :)

compjinx
February 25th, 2003, 10:06 PM
awsome! thanks a bunch!

CyanBlue
February 25th, 2003, 11:35 PM
No problem... Drop by anytime... =)