Discuss Scratch
- Discussion Forums
- » Suggestions
- » < I receive block>
- epicman508
-
13 posts
< I receive block>
Would it be possible to make a boolean block that has< i receive> in it?
Like:
Like:
when green flag clicked
wait until <I recieve____>
end
- AonymousGuy
-
1000+ posts
< I receive block>
READ THIS BEFORE SUGGESTING ANYTHING
9. <broadcast [ ] received> boolean
There is way too much ambiguity to how this would work. Would it return true of the broadcast was fired at any point since the project was created, since the green flag was clicked, since something else was broadcasted, etc.? If you really want to do something like this, instead just make a variable and set it to 1 and use the equals block.
- MCAnimator3D
-
500+ posts
< I receive block>
Just make a variable for it. It could be a good idea for New Scratchers though.
- Failord
-
1000+ posts
< I receive block>
It could be a good idea for New Scratchers though.
Try to think of the problem with coding this, everybody. it's not realistic. not with the way boolean loops work. A block that would work could be
wait until broadcast [message1 v] receivedOtherwise, it's a no-go.
- xlk
-
100+ posts
< I receive block>
Actually, that's the one case where I suport that boolean. We can have clones wait until a broadcast is sent. It's not ambiguous, and straightforward.
Should be like this though:
Should be like this though:
wait until [message]
- epicman508
-
13 posts
< I receive block>
READ THIS BEFORE SUGGESTING ANYTHINGWhen I read this, I didn't understand what it meant. Sorry!9. <broadcast [ ] received> boolean
There is way too much ambiguity to how this would work. Would it return true of the broadcast was fired at any point since the project was created, since the green flag was clicked, since something else was broadcasted, etc.? If you really want to do something like this, instead just make a variable and set it to 1 and use the equals block.
- joshuaho
-
1000+ posts
< I receive block>
When I read this, I didn't understand what it meant. Sorry!
This block:
<broadcast message [ message 1 v] received>
will not be implemented. That is what it means.
Last edited by joshuaho (Dec. 20, 2013 19:59:58)
- Discussion Forums
- » Suggestions
-
» < I receive block>