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

#1 2012-09-29 11:00:27

coalbucket
New Scratcher
Registered: 2012-09-29
Posts: 5

Project doesn't work online

This is the first time wrote a Scratch program.  It works in the Scratch program in my computer, but not online.  I used the Share This Project Onine button in the Scratch program but it doesn't work at http://scratch.mit.edu/projects/coalbucket/2806485
What am I doing wrong?

Offline

 

#2 2012-09-29 16:21:56

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Project doesn't work online

You have some scripts without hat blocks!
Hat blocks are the blocks with the rounded tops, that can only be connected by the bottom.

If you want your project to work, add "when green flag clicked" on top of the scripts without them.

The green flag block looks like this:

when gf clicked
EDIT:
for example, without hat blocks:
next costume
say [HELLO!] for [3] secs
With hat blocks:
when gf clicked
next costume
say [HELLO!] for [3] secs

Last edited by soupoftomato (2012-09-29 16:41:24)


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2012-09-29 23:55:14

coalbucket
New Scratcher
Registered: 2012-09-29
Posts: 5

Re: Project doesn't work online

Thanks.  "addition" now works with the flash player but not the Java.  I added the hats.

Offline

 

#4 2012-10-01 04:57:01

coalbucket
New Scratcher
Registered: 2012-09-29
Posts: 5

Re: Project doesn't work online

Thanks it is now playing on Java also.

Offline

 

Board footer