Cloning MovieClips in AS3 without using linkage names?
Hi,
Flash on iOS doesn't allow the use of SWF files having linkage names or containing AS code. It is a problem for me, since I have my assets in external SWF files. For example, let's say that I have a rotating apple animation in an FLA file, in the main timeline. I compile this FLA into a SWF, and then I load the SWF file and add it to my stage. It's working fine.
But now I want to intanciate several apples on my stage. Since I can't create various instances of this object (I don't have a linkage name for that), the only solution would be to be able to duplicate the only instance I have into several clones. I looked around the web, but it seems there is no real way to clone a movieclip, like with duplicateMovieClip() in AS2. All the solutions I tried didn't work.
So please, could you tell me if there is a way to circumvent this limitation and intanciate several copies of the same SWF animation on the stage?
Thank you very much!
Frédéric