I was pondering.... I've a simple script that duplicates 1 MC 10 times at the time and repeats this step as long as a certain number of rows is created. But flash keeps on getting slower as the number of rows grows. I do not have any clue why, can anyone tell me?
I've a zip file of the fla and swf attached.
What's the deal with my scripting, or might it be flash?
Cheers,
Hendricus
MX 2004 Pro - Oops I did it again!!! SWF, it's a journey... not a destination
I haven't looked at your code, but generally, Flash slows for two reasons:
1) Excessive imagery which has not been pre-loaded.
2) Too much code on an MC which requires interacting with other MCs or other distant elements of the movie outside of that clip, such as getProperty statements.