Discuss Scratch
- Discussion Forums
- » Suggestions
- » Control Block : All at Once // Put blocks in this loop and they run together
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
If we put 2 or more blocks in this loop it will run the loop. For example if I put a Text to Speech and Say block it would do together! If text to speech and say get over then it will exit the loop and do next code
Mockup
PS : Not a Duplicate because this launches two blocks at once but that will make it go at turbo speed like run without screen refresh function in custom blocks
Mockup
All at Once {Scratch On!
} :: control
PS : Not a Duplicate because this launches two blocks at once but that will make it go at turbo speed like run without screen refresh function in custom blocks
Last edited by VedanshS933 (Jan. 16, 2025 14:29:45)
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
duplicate.How exactly is this not a nice workaround? It literally performs the same function. And even if we were to ignore that, this is a
I am not going to use hundreds of blocks just to do that!
- RL1123
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Ah yes, this would add hundreds of blocks to your project, because of course, we use hundreds of custom blocks in every project. The workaround only is a block extra, so it wouldn't make a difference at all.duplicate.How exactly is this not a nice workaround? It literally performs the same function. And even if we were to ignore that, this is a
I am not going to use hundreds of blocks just to do that!
Last edited by RL1123 (Jan. 4, 2022 09:04:36)
- Yellowsheep43
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Use a function and make it run without screen refresh. That simple.
Me returning to the forums after one month
Me returning to the forums after one month
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Use a function and make it run without screen refresh. That simple.
Me returning to the forums after one month
For me it will make it cluttered
- 7salad3salad
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
How would it be any more cluttered than if somebody else did it?Use a function and make it run without screen refresh. That simple.
Me returning to the forums after one month
For me it will make it cluttered
- Virus6120
-
100+ posts
Control Block : All at Once // Put blocks in this loop and they run together
duplicate.heres some insight: functions are How exactly is this not a nice workaround? It literally performs the same function. And even if we were to ignore that, this is a slow slow in scratch, and that is an understatement
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
duplicate.heres some insight: functions are How exactly is this not a nice workaround? It literally performs the same function. And even if we were to ignore that, this is a slow slow in scratch, and that is an understatement
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
ok
- vudeptrai090211
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
I agree. Use a function and make it run without screen refresh. That simple.
Me returning to the forums after one month
welcome back, forumer!
- RL1123
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
slow slow in scratch, and that is an understatementHow are run without screen refresh functions slow? They're literally the fastest thing that exists (on scratch), repeat loops don't even come close to how fast they are. heres some insight: functions are
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
Last edited by RL1123 (Jan. 5, 2022 07:19:03)
- Virus6120
-
100+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Not running the function but calling the function.slow slow in scratch, and that is an understatementHow are run without screen refresh functions slow? They're literally the fastest thing that exists (on scratch), repeat loops don't even come close to how fast they are. heres some insight: functions are
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
- Myst--
-
100+ posts
Control Block : All at Once // Put blocks in this loop and they run together
No support. There is an easy workaround.
- RL1123
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
What? Are you talking about the use of the function itself or getting it from MyBlocks?Not running the function but calling the function.slow slow in scratch, and that is an understatementHow are run without screen refresh functions slow? They're literally the fastest thing that exists (on scratch), repeat loops don't even come close to how fast they are. heres some insight: functions are
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Ok, thanks, I'll close it
Thank ST for opening it again
Thank ST for opening it again
Last edited by VedanshS933 (Feb. 10, 2022 10:14:06)
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Bring Up My Topic!
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
How would it be any more cluttered than if somebody else did it?Use a function and make it run without screen refresh. That simple.
Me returning to the forums after one month
For me it will make it cluttered
Not running the function but calling the function.slow slow in scratch, and that is an understatementHow are run without screen refresh functions slow? They're literally the fastest thing that exists (on scratch), repeat loops don't even come close to how fast they are. heres some insight: functions are
if you want your scratch code to run fast its often better to produce messy code just to optimize it.
Please read the OP again
- T0RRENT_
-
100+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Please explain.
So if you see the below posts you might get confused. So I'll explain it better. Really what I mean is to add an All at Once block in which 2 things will run at the same time not to make it fast. It'll be a Control Block. It will be helpful when you want to say and text to speech at the same time!
Scratch On!
PS : Not a Duplicate.
- VedanshS933
-
1000+ posts
Control Block : All at Once // Put blocks in this loop and they run together
Please explain.So if you see the below posts you might get confused. So I'll explain it better. Really what I mean is to add an All at Once block in which 2 things will run at the same time not to make it fast. It'll be a Control Block. It will be helpful when you want to say and text to speech at the same time!
Scratch On!
PS : Not a Duplicate.
Like if you put 2 blocks in the loop so they will run together instead of this the n that
- T0RRENT_
-
100+ posts
Control Block : All at Once // Put blocks in this loop and they run together
You mean just 2 custom blocks in a forever loop?
- Discussion Forums
- » Suggestions
-
» Control Block : All at Once // Put blocks in this loop and they run together