I had real problems getting my project http://scratch.mit.edu/projects/bos/65614 to work on the web even if it worked well on my mac. Finally I realised that I used two variables with the same name except for case. Changing the names resolved the issue. This may be a known cause of trouble, or not, but I post it so that someone searching for 'web' or 'online' in the troubleshooting section can find it!
Offline
Good point! Variable names are case sensitive in Scratch but are NOT case sensitive in the Scratch player. (They should probably not be case sensitive even in Scratch.)
It's best to make sure your variable names are different in spelling, not just in case.
-- John
Last edited by johnm (2007-12-12 14:33:00)
Offline
johnm wrote:
Good point! Variable names are case sensitive in Scratch but are NOT case sensitive in the Scratch player. (They should probably not be case sensitive even in Scratch.)
It's best to make sure your variable names are different in spelling, not just in case.
-- John
That's a really good thing to know! And I agree that they should probably not be case sensitive anywhere in the Scratch environment. Two easy to make a mistake.
Offline