Skip to main content
Participant
September 30, 2009
Question

duplicateMovieClip() remove in as3

  • September 30, 2009
  • 1 reply
  • 782 views

hi,

my previous project in flash8/as2 and i use duplicateMovieClip() method in this project to make copy of object which is placed on stage and i want to convert this project to cs4/as3 and in as3 duplicateMovieClip() method is removed so i dont know witch other method for copy object. if any one know that please.

thanks

dharam

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
September 30, 2009

There is no duplicateMovieClip equivalent in AS3.  What you will need to do is load an object from the library by giving it a class linkage... this would be similar to using AS2's attachMovie.