Discuss Scratch

DosimOnline
New to Scratch
13 posts

Help- project is extremely laggy.

Hi. I was working on my project and after adding some new stuff it became super laggy (especially at the first level).

How can I fix that? I have pretty long scripts but it weren't lagging until I started adding things today.

Here is the link:
Do you have any ideas of making it lagg less? (I have good specs so it is not the problem).
DosimOnline
New to Scratch
13 posts

Help- project is extremely laggy.

It seems to lagg more in the “see inside” mode.
coal_ash
Scratcher
56 posts

Help- project is extremely laggy.

it seems ok, but after hero dies, cant restart.


Halo - Operation Scratck

“Life is short, craft long, opportunity fleeting, experiment treacherous, judgment difficult.”
DosimOnline
New to Scratch
13 posts

Help- project is extremely laggy.

'Q' resets everyring.
turkey3
Scratcher
1000+ posts

Help- project is extremely laggy.

Just a question, when you say you have “really log scripts” do you happen to have about a hundred or more
if (something)
...
end
if (something)
...
end
Because very often it could be compressed into a small script with a variable and
repeat (100)
...
change [i v] by (1)
end

DosimOnline
New to Scratch
13 posts

Help- project is extremely laggy.

turkey3 wrote:

Just a question, when you say you have “really long scripts” do you happen to have about a hundred or more
if (something)
...
end
if (something)
...
end
Because very often it could be compressed into a small script with a variable and
repeat (100)
...
change [i v] by (1)
end
It looks something like this. But those are necessary (setting correct value to numbers so they won't freak out).

Powered by DjangoBB