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

#1 2010-05-30 01:08:45

Maiya01998
Scratcher
Registered: 2009-12-26
Posts: 4

How do you make one aspect of a broadcast to cease?

Um.. when I suggested a new block about ceasing one aspect of a broadcast. A scratch moderator advised me to use variable blocks.

...How do I make that possible? Please help and thankyou in advance.

Offline

 

#2 2010-05-30 01:39:43

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: How do you make one aspect of a broadcast to cease?

Was the block you wanted <I receive [--]> ? It seems likely, because its alternative does involve variables.

To get around it, use this instead of the block you want:

[if <<((variable)) = (1)>>]
[//blocks
[//go
[//here
[//[set [variable] to (0)]]

And then use this instead of a broadcast:

[set [variable] to (1)]

It should work. :)


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

Board footer