A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: copying dynamically created movie clips to attach to new container

  1. #1
    Member
    Join Date
    Sep 2006
    Posts
    32

    copying dynamically created movie clips to attach to new container

    I've been searching this for hours:

    How do I copy all the dynamic objects(ie: textInput) and all it's attributes created by attachMovieClip() at containerMovie1 to attach to containerMovie2 and display all of them? I don't find any solutions using duplicateMovieClip() so what's your solution?

    thanks!

  2. #2
    Junior Member
    Join Date
    Dec 2006
    Posts
    29
    Could you explain this any better?

  3. #3
    Member
    Join Date
    Sep 2006
    Posts
    32
    sorry for not explaining.

    for example I have few dynamically created textInput movie clips attached containerMovie1. Now there is a new containerMovie2 and all the textInput must be moved to containerMovie2. The only way I can think of is to put all the atrributes(text, font, color, align..) into array and re-create all the textInput on containerMovie2. Is there any easy way to do this like changeTheParentMovieClip() funtion?

    thank!

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