Discuss Scratch
- Discussion Forums
- » Suggestions
- » new blocks? please? [run multiple blocks simultaneously]
- WolfCat67
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
This is very similar to the removed block:
all at once {...
} :: controlIt would basically run everything in the loop without screen refresh. However, you can already do that with custom blocks, set to “run without screen refresh”.- engariansilly
-
Scratcher
41 posts
new blocks? please? [run multiple blocks simultaneously]
the whole point was to not use multiple scripts, but thanks!If you put them in separate scripts, I'm pretty sure they run at the same time.Well, I think he/she means this:YES EXACTLY WHAT I MEANT!Run simultaneously {
next costume
move (10) steps
} :: control
But I think this will also be useful:Run simultaneously (5) times at a (1) second interval {
next costume
move (10) steps
} :: control
- NitroCipher
-
Scratcher
500+ posts
new blocks? please? [run multiple blocks simultaneously]
Did you mean something like?:
run these blocks: ({move (10) steps} ::ring grey) ({turn right (5) degrees} ::ring grey) simultaneously ::greyLast edited by NitroCipher (Feb. 28, 2017 16:14:36)
- duckboycool
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
Did you mean something like?:He meant something that did the same thing as;run these blocks: ({move (10) steps} ::ring grey) ({turn right (5) degrees} ::ring grey) simultaneously ::grey
all at once {...}::controlLast edited by duckboycool (Feb. 28, 2017 16:22:05)
- engariansilly
-
Scratcher
41 posts
new blocks? please? [run multiple blocks simultaneously]
Did you mean something like?:THAT IS EXACTLY WHAT I WAS THINKING WOW!!!!!run these blocks: ({move (10) steps} ::ring grey) ({turn right (5) degrees} ::ring grey) simultaneously ::grey
- NitroCipher
-
Scratcher
500+ posts
new blocks? please? [run multiple blocks simultaneously]
Did you mean something like?:He meant something that did the same thing as;run these blocks: ({move (10) steps} ::ring grey) ({turn right (5) degrees} ::ring grey) simultaneously ::greyall at once {...}::control
I just thought that the above was a better representation of what he was saying.
Edit: I was correct!
Did you mean something like?:THAT IS EXACTLY WHAT I WAS THINKING WOW!!!!!run these blocks: ({move (10) steps} ::ring grey) ({turn right (5) degrees} ::ring grey) simultaneously ::grey
Last edited by NitroCipher (Feb. 28, 2017 16:17:19)
- awesome5185
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
<Snip>
Not really… it may seem daunting, but once you break it up, it's not.
that seems kinda complex
Not really… it may seem daunting, but once you break it up, it's not.
- TNThacker2015
-
Scratcher
91 posts
new blocks? please? [run multiple blocks simultaneously]
In snap! There is a block that runs everything inside all at once it is here:
warp::cstart
...
- awesome5185
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
In snap! There is a block that runs everything inside all at once it is here:warp {
} :: control
...This isn't Snap though, are you suggesting to implant that block?PS: Fixed your block
- 20EcsEcs
-
Scratcher
2 posts
new blocks? please? [run multiple blocks simultaneously]
I know how to do it!
But this is how you do it put a
define (word to be used)
say [word to be used]speak
say [Nothing]I don't know how to use block post so sorry….
But this is how you do it put a
wait () secsfor the say part.
- awesome5185
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
I know how to do it!This isn't what the OP is looking for, you'd still be running things in sequential order using a custom block.define (word to be used)say [word to be used]speaksay [Nothing]I don't know how to use block post so sorry….
But this is how you do it put await () secsfor the say part.
PS: This is a fairly old post so in the future try not to comment on posts that old as it has most likely been resolved, rejected, or redundant.
- Diana31_2020
-
New Scratcher
1 post
new blocks? please? [run multiple blocks simultaneously]
I have a question. I want to create an algorithm with 4 or more variables, but I can't figure out how. The only way I see is to connect two
<<> and <>>blocks on each end, but I have no idea how! Can you help me, please?
- misaPuding
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
awesome5185: I think that this ↓ block
Run simultaneously (5) times at a (1) second interval {
next costume
move (10) steps
} :: controlisn´t needed, you should use justrepeat (5)
Run simultaneously {
next costume
move (10) steps
} :: control
wait (1) secs
end
- Tunde123
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
So what your saying you want:Well, I think he/she means this:YES EXACTLY WHAT I MEANT!Run simultaneously {
next costume
move (10) steps
} :: control
But I think this will also be useful:Run simultaneously (5) times at a (1) second interval {
next costume
move (10) steps
} :: control
when green flag clicked
...
example block {another example block]
Could be hard to implement for the ST.
- SOyBOi1234
-
Scratcher
14 posts
new blocks? please? [run multiple blocks simultaneously]
i really wish there were new blocks… but i think they may ruin scratch. and i hope i make this discussion in the right category, sorry. one of the blocks i would like, is a block that you can put multiple blocks inside, so it all happens at once.yeah, metoo.
I was making a platforemer, and then this happened. I can't run them at the same time. // Please note this : you should make a new topic to @deck26
- gosoccerboy5
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
I love reading these topics.. there's an old thread, and some random forumer decides it'd be best to make a random post. Bonus points if the topic is really spammy/has no purpose or the necro happens to be blockspam. When you're scrolling, the contrast really hits you. It's like.. 2013, 2013, then there's abruptly a post from 5 years later. More bonus points if the thread died again and was revived.
Also, this has been removed so please, do not advertise, request help, or spam in any way. Thanks.
Also, this has been removed so please, do not advertise, request help, or spam in any way. Thanks.
- portalpower
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
I love reading these topics.. there's an old thread, and some random forumer decides it'd be best to make a random post. Bonus points if the topic is really spammy/has no purpose or the necro happens to be blockspam. When you're scrolling, the contrast really hits you. It's like.. 2013, 2013, then there's abruptly a post from 5 years later. More bonus points if the thread died again and was revived.you're allowed to post on old topics as long as you're being constructive but only on the suggestions forum
Also, this has been removed so please, do not advertise, request help, or spam in any way. Thanks.
- gosoccerboy5
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
Ik but it's a little silly when someone posts something unconstructive on an old topic. I was saying that it looks a little funny when all the posts are from 5 yrs ago, 5 yrs ago, etc.. then someone decided to bump for some reasonI love reading these topics.. there's an old thread, and some random forumer decides it'd be best to make a random post. Bonus points if the topic is really spammy/has no purpose or the necro happens to be blockspam. When you're scrolling, the contrast really hits you. It's like.. 2013, 2013, then there's abruptly a post from 5 years later. More bonus points if the thread died again and was revived.you're allowed to post on old topics as long as you're being constructive but only on the suggestions forum
Also, this has been removed so please, do not advertise, request help, or spam in any way. Thanks.
- mybearworld
-
Scratcher
1000+ posts
new blocks? please? [run multiple blocks simultaneously]
define block
repeat (10)
. . .
end
block // the block needs to be without screen refresh
Last edited by mybearworld (Nov. 21, 2020 08:51:01)
- denboym
-
Scratcher
3 posts
new blocks? please? [run multiple blocks simultaneously]
Hi! These are some new block ideas that I have:

Last edited by denboym (Sept. 2, 2023 07:56:12)
- Discussion Forums
- » Suggestions
-
» new blocks? please? [run multiple blocks simultaneously]














