This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-07-25 07:11:06

Crumbnumber1
Scratcher
Registered: 2007-07-25
Posts: 13

Game gets messed up on website.

I've had to delete my games from Scratch.mit.edu because they failed to work on the website, even if they worked flawlessly on my computer. It is difficult to say what is going wrong because on the website everything just seems to happen incorrectly and at the wrong times. This is really dissapointing as i really wanted to share my games...

Offline

 

#2 2007-07-25 10:16:15

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Game gets messed up on website.

The most common problem with games that work in Squeak but not java is that the scheduling of broadcasts is handled slightly differently.  If you have been relying on scripts executing in a particular order without actually forcing that order, things can fail.

Some standard things to do:
    make sure there is some sort of "wait" in every forever loop
    Check each "broadcast" to see if it ought to be a "broadcast and wait"

I just noticed---this is my 500th post to the scratch forum.  I suspect that I am the most prolific poster on the forum!

Last edited by kevin_karplus (2007-07-25 10:17:00)

Offline

 

#3 2007-07-25 13:39:11

natalie
Scratch Team
Registered: 2007-03-07
Posts: 100+

Re: Game gets messed up on website.

Kevin, you are way beyond the postings of the Scratch team. We-- and the rest of the community-- rely on your and others'  contributions to these forums. Greatly appreciated. Happy 500 and counting ("change posts by 1")!

Offline

 

Board footer