If anyone can tell me why my scratch project will not work online but will fully work on my home computer offline. I was wondering if i had to much code that it was causing the online compiler to crash. I think this may be the last case but someone please help
Offline
A lot of projects don't work online; this is mostly due to the fact that when you upload it, the scratch language "Squeak" has to get translated into Java (or more recently Flash). Some script gets mistranslated, and some math operators behave differently (particularly 1/0).
Offline