For the number of scirpts on a project, (Mine is 250) it really lag's things up. Like a lot. But it is a farely small project having only 1356KB. Will I be able to add more or will it be able to not play because of the lag or slow connection.
Last edited by Nick60 (2007-08-07 09:17:58)
Offline
Your project is less than 2 MB which means it should be loaded quickly on a broadband connection.
There might be ways of improving performance of your project. I would suggest posting it on the website and asking some of the experts on this site if there are ways of improving performance. In my experience image manipulation are typically the cause of slowdowns.
Offline
Image manipulation is indeed slower than it ought to be, particularly in the java implementation.
Another common inefficiency is having a lot of "busy wait" loops---that is, loops without any wait statement in them. These consume a lot of CPU resources without accomplishing much.
Offline