On my scratch, whenever I put a <when green flag clicked> on my screen before a
<repeat (100)> change ghost effect by (1), it always moves slowly and jerkily, like there's a <wait (0.5) secs> block inbetween each change. When the green flag isn't clicked (I just click the repeat block itself) it works fine. What's wrong with it?
Single stepping is not on.
Offline
Probably, it's because clicking the green flag activates multiple scripts.When more than 1 script is running, it causes scratch to lag a bit.Clicking a script only activates the one you click, and so it runs much faster because only 1 script is running...does this make sense? xD

Offline