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

#1 2009-01-21 19:53:24

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Custom Starting

When you put a "when I receive" block on the screen sometimes you don't want it you receive it unless you have already received another message. Why couldn't you just put a block that you can put other pieces of code in to do this. I could also be used to stop those programs when it receives another message. I would also love a wait until and repeat until "I recieve ____."


<repeat until><wait until>

Offline

 

#2 2009-01-21 19:59:24

Zelda123
Scratcher
Registered: 2007-11-21
Posts: 1000+

Re: Custom Starting

"Repeat Until" and "Wait Until" require Boolean values to be placed inside. Broadcasting cannot be expressed as Boolean, so these blocks are not possible. You can, however, use variables in place of broadcasts, such as 0 is false and 1 is true.

Offline

 

Board footer