Discuss Scratch

Elran117
Scratcher
9 posts

How to Fix...


Hello.
I created a project, and is really slow, how to fix it?

Thanks
theptguy
Scratcher
12 posts

How to Fix...

Why not try turbo mode?

Follow me for more cool projects and more awesome stuff.
when theptguy is liked ::hat control
say [theptguy is awesome!]
powerpoint56
Scratcher
1000+ posts

How to Fix...

Which project is slow?


Explore, my Scratch mod | Car Crash | My projects | (image by @MicroMacro)
Elran117
Scratcher
9 posts

How to Fix...

™PacMan V4.0™
Elran117
Scratcher
9 posts

How to Fix...

Turbo Mode?
powerpoint56
Scratcher
1000+ posts

How to Fix...

It's not slow for me. What in particular do you find slow about it?


Explore, my Scratch mod | Car Crash | My projects | (image by @MicroMacro)
Elran117
Scratcher
9 posts

How to Fix...

PacMan (Sprite1) When he moved.
powerpoint56
Scratcher
1000+ posts

How to Fix...

Oh, it's kind of slow for me too. Instead of using…
when [left arrow v] key pressed
sciprts::gray
…you should probably change it to this:

when gf clicked
forever
if <key [left arrow v] pressed?> then
scripts // put here the scripts you used when you press the left arrow
end
if <key [right arrow v] pressed?> then
scripts for right arrow // put here the scripts you used when you press the right arrow
end
// etc.


Explore, my Scratch mod | Car Crash | My projects | (image by @MicroMacro)
Elran117
Scratcher
9 posts

How to Fix...

Thanks. But The PacMan Sometimes gets stuck.
RPFluffy
Scratcher
1000+ posts

How to Fix...

Here's a tip don't have too many
when green flag clicked

instead equally devide it with something like this:

when green flag clicked
broadcast [message1 v]
scripts

when I receive [message1 v]
scripts

Nothing Is EVER 100%, that is just an assumption.















Some important links: Here and here or need help click Here. Eats followers, Loves helping people.
My “..” and “…” are not spelling mistakes, it means that they are ways of telling someone that I can continue more about it and that the sentence isn't ended the best way. I like putting new indents and lines so I can split up what I am talking about.




































Some important links: Here and here or need help click Here. Eats followers, Loves helping people. Check this MMO out! Kiwi = Support WHAT THAT'S IMPOSSIBLE: Through the drop down ;)
if <> :: control cstart

else :: control
end
Elran117
Scratcher
9 posts

How to Fix...

Ok, Thanks You All !!!!

Powered by DjangoBB