I'm making a scratch project that could very well include thousands of scripts. Is possible to overload the project to the point where it will be very slow to not working at all?
Last edited by bullelk12 (2012-08-29 19:54:51)
Offline
it is possible but not in the way you think
just dont put too many huge scripts on the same sprite and you should be fine
Offline
The more repeat or forever loops there are, the slower the project will run - if you're going to have thousands of scripts, the amount of loops in them will very likely ruin the project
Offline
Jonathanpb is right. If you have a lot of forever loops running at the same time, things will slow down dramatically. Try condensing them into one or two forever loops.
Offline
@Jonathanpb +1
For projects like that people usually make a 1s1s project, as most scripts are used to get data from one script to another, which isn't necessary in a 1s1s. What I usually do is make the 1s1s script in a few pieces and assemble them later.
Offline
I would support. Too many sprites or scripts could crash the project.
Offline