So I made a quick, cute little arcade game called Cookie Catcher, but it's strangely glitchy online. As in, the scoring doesn't work, the "bad" cookies have no effect on you, and just a bunch of other stuff.
WHY is it glitchy online and not offline? Is there any way to fix that? Thanks in advance...
- DewleafWolf
Offline
All projects work slightly differently online compared to offline. Have you tried using both the Java Player and the Flash player? One of them might work better than the other
Offline
Unfortunately, since everyone's scripting is different, it's hard to diagnose a problem like this without going through the project itself very thoroughly; there's no "catch-all" solution to glitches in the Flash/Java/Scratch player. There are, on the other hand, a number of documented inconsistencies between the players, mostly where loop execution speed and graphics things are concerned. On the Scratch wiki articles for the two online players, you may be able to identify where the problem is. Cleaning up your code by combining scripts and reducing the total amount of multi-tasking the program has to do may help as well.
Offline
Thanks for the answers! It really sucks that the players play differently like that, and how some glitches are just there for no reason. Now it just looks like some sort of newbie project with about a thousand glitches.
Offline
Since you are using the "touching color" blocks, it might have caused a problem when you uploaded and had the "compress images and sounds" box checked.
If you use touching color blocks it is very important to make sure that box is NOT checked when uploading the project.
Offline