Hello, can anyone point me to anything which will help me dynamically attach movieclips from the library into one main movieclip, which then I can duplicate it many times…
You see, what happens with duplicateMovieClip, is that it duplicates the main movieclip itself, without taking its contents… I want to take the contents too. The only way I can imagine this could work, was if I could take a ‘snapshot’ of the movieclip and keep it as a bitmap, from which this could be duplicated - because I dont need the movieclip and its contents to contain code or have any animation playing. I just want it as an image, so I can create a pattern from…
Any ideas folks?