A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] Actionscript 2.0 -- Attaching Duplicate movies to one large holder

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    8

    [CS3] Actionscript 2.0 -- Attaching Duplicate movies to one large holder

    I've duplicated a bunch of movieclips with something like:

    movie1.movie_to_dup.duplicateMovieClip("dup_name", this.getNextHighestDepth());

    Now, what I want to do is put all those duplicates into one container movie.

    How is that done?

  2. #2
    ___________________
    Join Date
    May 2004
    Posts
    3,174
    you can't in 2. you can in 3.

    the duplicate will always have the same parent as the original. the simple answer is just to put the original movie you're duplicating in the container, then duplicate from there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center