Discuss Scratch
- Discussion Forums
- » Suggestions
- » Do together block
- BTTests
-
4 posts
Do together block
Isn't it kinda annoying when you have to do something like
and
How bout something like a do together block (in “if <blah> then” block form but having being able to hold more than one block at a time horizontally)
when I receive [ derp v]
say [herro]
and
when I receive [ derp v]
think [it takes way too long to make something on scratch go at the same time]
How bout something like a do together block (in “if <blah> then” block form but having being able to hold more than one block at a time horizontally)
Last edited by BTTests (July 16, 2014 20:26:16)
- ScratchCatStarter
-
62 posts
Do together block
Good Idea, You mean it would look like this?
when I receive [derp v]
say [Herro] say [Herro]
Last edited by ScratchCatStarter (July 16, 2014 20:54:24)
- astro-mechanic
-
500+ posts
Do together block
Scratch is a teaching language. You're going to have trouble finding a language in which concurrency is even close to as easy as it already is in Scratch. If you don't want to drag out a broadcast hat to spawn a thread, that thread's probably not worth spawning anyway.
Last edited by astro-mechanic (July 16, 2014 20:57:55)
- djdolphin
-
1000+ posts
Do together block
Scratch is a teaching language. You're going to have trouble finding a language in which concurrency is even close to as easy as it already is in Scratch. If you don't want to drag out a broadcast hat to spawn a thread, that thread's probably not worth spawning anyway.
- Julianthewiki
-
100+ posts
Do together block
You mean like this?
If so, we have the same brains. Support. In this case, 1 is better than 2. I'm sorry, Julianthewiki.
do together :: c control // This should be a c block...
say [Hello!] for (2) secs
play note (60 v) for (1) beats
end
If so, we have the same brains. Support. In this case, 1 is better than 2. I'm sorry, Julianthewiki.
- BTTests
-
4 posts
Do together block
No I mean a block shaped like an “E” like the if else block
Last edited by BTTests (July 17, 2014 00:10:08)
- 390000093
-
1 post
Do together block
Do you know how to make two things run at the same time? I can't seem to figure it out…
- BookOwl
-
1000+ posts
Do together block
You mean like
run :: cstart controlSemi support
...
and ::celse
...
and ::celse
...
at the same time ::cend
- DaSpudLord
-
1000+ posts
Do together block
^^^Scratch is a teaching language. You're going to have trouble finding a language in which concurrency is even close to as easy as it already is in Scratch. If you don't want to drag out a broadcast hat to spawn a thread, that thread's probably not worth spawning anyway.
Please don't necropost. Instead, post your questions in either the Help With Scripts forum or Questions about Scratch forum. Do you know how to make two things run at the same time? I can't seem to figure it out…
- s_123_345
-
88 posts
Do together block
you mean like Isn't it kinda annoying when you have to do something likewhen I receive [ derp v]
say [herro]
andwhen I receive [ derp v]
think [it takes way too long to make something on scratch go at the same time]
How bout something like a do together block (in “if <blah> then” block form but having being able to hold more than one block at a time horizontally)
when I receive [derp v]
do{
say [herro]
} and {
think [it takes way too long to make something on scratch go at the same time]
} at the same time :: control //like this?
- ThatExplosivePigeon
-
100+ posts
Do together block
I support this as long as you can extend the e block.
- han614698
-
1000+ posts
Do together block
Well, this got necroposted.
Mockup:
Full support, would help when making codes.
Mockup:
do together{
}{
}::control
[scratchblocks]
do together{
}{
}::control
[/scratchblocks]
Last edited by han614698 (March 23, 2021 22:53:34)
- dhfbei8987
-
1000+ posts
Do together block
Well, this got necroposted.
Mockup:do together{
}{
}::controlFull support, would help when making codes.[scratchblocks]
do together{
}{
}::control
[/scratchblocks]
Again, no such thing as necroposting in suggestions.
This is the same as an “All at once” block.
- the2000
-
1000+ posts
Do together block
A duplicate of this thread was closed as rejected. I will report this to be closed by extension. Anyone else think that maybe this should be added to TOLoRS?
Edit:
Edit:
No, it's very different. This is the same as an “All at once” block.
Last edited by the2000 (March 23, 2021 22:58:41)
- Discussion Forums
- » Suggestions
-
» Do together block