Hi, I have a lartge project which is about 7mb in file size now, when I use it on my website its really slow and sluggish, does anyone know what be causing this? I have a fair amount of variables and masses of code.
Is there any other way of deploying them than using the scratch applet? thanks
Offline
Large projects tend to be sluggish. Unfortunately, that cannot be really avoided.
There are some techniques and changes that can be implemented in your SCRATCH project that can help limit lag, such as by limiting the number of forever loops and not having variables displayed on stage; additionally, you can also try to speed things up by increasing numerical values (example: if a sprite walks 10 steps, you may want the sprite to walk 20 steps instead to make up for the lag).
Offline