Hi, remember if we attach way too many MovieClip in flash (imagine 1000), the flash will be running very slow.....

So, I have an idea about after the MC is attached to the stage, some actionscript will do "BREAK APART" that MC... so the stage will be filled with SHAPE symbols....

for example, I want to add circle_mc to flash overtime, just add circle_mc and no animation is that circle_mc. after that, the circle_mc is break aparted into plain circle (with fill and outline)....

My question is one, It it possible?