Clone a MovieClip or generate MovieClip in run time on ActionScript2
Posted
by DomingoSL
on Stack Overflow
See other posts from Stack Overflow
or by DomingoSL
Published on 2010-06-02T19:20:40Z
Indexed on
2010/06/02
19:24 UTC
Read the original article
Hit count: 376
actionscript-2
I have a MovieClip with some text fields inside, there is a way to clone it or generate another in run time? i mean like having arrays of movieclips like.
MovieClip(0).textbox1.text = "some text"
MovieClip(1).textbox1.text = "some text 2"
and soo.... Thanks
© Stack Overflow or respective owner