Skip to main content
Inspiring
September 20, 2007
Question

dynamic movive clip duplication

  • September 20, 2007
  • 3 replies
  • 337 views
I have an empty movieclip (mc_holder).Now I dynamically create some textbox
instances inside this movieclip.
A function takes this mc_holder and duplicates it with a new name.
Strange the mc_holder duplicated does not have the textboxes.

How to do that

Help .


This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
September 21, 2007
because dynamically created objects in a parent movieclip don't duplicate when the parent is duplicated.
Inspiring
September 21, 2007
if I need to create all mc and nested textboxes again then that is a rework.
Why should I duplicate then.I culd create one anotehr mc_holder tyle mc
dynamically ang do the same textbox work like earlier mc_holder.
I strongly need the work to be in a function which when called creates
required instances (along withe textboxes).
Any hint!!!!!!!!!


"kglad" <webforumsuser@macromedia.com> wrote in message
news:fctsmn$gvf$1@forums.macromedia.com...
> create those textfields in the duplicated movieclip.


kglad
Community Expert
Community Expert
September 20, 2007
create those textfields in the duplicated movieclip.