Discuss Scratch
- Discussion Forums
- » Suggestions
- » "Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
- j3r0_plays
-
Scratcher
100+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
But i still wont see how this is useful by any means.. There is a workaround, that works 99% of the time. You reallly dont need this dont you?
- Zelfen
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
Support! I always have to use two scripts for things to happen at the same time… XD
- geometric_ghast
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
There is a workaround, but otherwise this would be a great new block! Support
- xXRedTheCoderXx
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
bump
(but what is there to add to the discussion? idk)
(but what is there to add to the discussion? idk)
Last edited by xXRedTheCoderXx (Aug. 10, 2020 23:29:25)
- BosenChang
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
There is a workaround, but otherwise this would be a great new block! SupportCan anyone please read this post before replying?

Well, okay, sure, you could do that, but what about when you CAN'T do two scripts?Why won't just anyone listen?
Yup! I'm talking about custom blocks!define JumpThere are many times you'd need two scripts in a custom block, but it only lets you do one script, because you can't put multiple define hats of the same custom block! This would fix that.define Jump
run {...}while running{...}::control
Last edited by BosenChang (Aug. 11, 2020 00:28:50)
- -Rex-
-
Scratcher
500+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
If a custom block runs without screen refresh, the suggested block wouldn’t work anyway.Actually you can still use broadcasts in CBs.Yes, but
- “when I receive” blocks have to be outside the custom block;
- if it's run without screen refresh, broadcasts will run after the block returns.
- Maximouse
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
If a custom block runs without screen refresh, the suggested block wouldn’t work anyway.Why?
- -Rex-
-
Scratcher
500+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
Because scripts won’t normally yield when in a non-refresh custom block (except in certain edge cases).If a custom block runs without screen refresh, the suggested block wouldn’t work anyway.Why?
- Maximouse
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
Because scripts won’t normally yield when in a non-refresh custom block (except in certain edge cases).OK, I understand now – it isn't needed in run without screen refresh. Yes, you are right.
- Zelfen
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
It would be cool if you could add more bits to it with a button, like this:
run{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}::controlheehee big blocc- fdreerf
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
You already have a ton of broadcasts and would like to not clutter up the list with more broadcastsIn what practical situation would this block be convenient?Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Do you hate convenience or something?
Last edited by fdreerf (Aug. 12, 2020 18:03:20)
- BosenChang
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
[quietly]Why don't we get back more on-topic?[/quietly]You already have a ton of broadcasts and would like to not clutter up the list with more broadcastsIn what practical situation would this block be convenient?Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Do you hate convenience or something?
- -Rex-
-
Scratcher
500+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
I’ve never run into that situation even when I’ve had many broadcasts in a project.You already have a ton of broadcasts and would like to not clutter up the list with more broadcastsIn what practical situation would this block be convenient?Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Do you hate convenience or something?
- fdreerf
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
You might not, but others will.I’ve never run into that situation even when I’ve had many broadcasts in a project.You already have a ton of broadcasts and would like to not clutter up the list with more broadcastsIn what practical situation would this block be convenient?Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Do you hate convenience or something?
- -Rex-
-
Scratcher
500+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
There will almost always be some small number of users who might benefit from a suggestion. There is nothing particularly useful about this suggestion that I can see.You might not, but others will.I’ve never run into that situation even when I’ve had many broadcasts in a project.You already have a ton of broadcasts and would like to not clutter up the list with more broadcastsIn what practical situation would this block be convenient?Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Do you hate convenience or something?
- lapisi
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
It would be cool if you could add more bits to it with a button, like this:or just put more of the block inside of the block, like this:
~snip~
run{...}while running{run{}while running{} ::control} ::control- MrFluffyPenguins
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
There will almost always be some small number of users who might benefit from a suggestion. There is nothing particularly useful about this suggestion that I can see.A lot of people supported this suggestion, so clearly people will benefit from this.
And just because you never had an issue with a large number of broadcasts doesn't mean no one else will?
Last edited by MrFluffyPenguins (Aug. 12, 2020 22:52:01)
- xXRedTheCoderXx
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
There is nothing particularly useful about this suggestion that I can see.Hmm…, in that case, maybe try reading some of the posts that say how this would be super useful for a project they're making. This is one of them
:Support. I've had to use eight broadcasts and ten scripts in an animation just to have characters fight over a paper airplane and I could just do:set [marker v] to [0]
run{
line 1:: #0000dd
set [marker v] to [1]
}while running{
run{
wait until <(marker) = [1]>
line 2:: #f00000
set [marker v] to [2]
}while running{
run{
wait until <(marker) = [2]>
line 3:: #f0f000
set [marker v] to [3]
}while running{
...
}:: control
}:: control
}:: control
There will almost always be some small number of users who might benefit from a suggestion.True, but this isn't one of those cases. If you read some more posts, you would find that a lot people would find this useful!

It would be cool if you could add more bits to it with a button, like this:You wouldn't need to do that, just put multiple run while running blocks together like in the OP.run{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}while running{}::controlheehee big blocc

Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Woah - did somebody really say that? I can't find the post, so I'm guessing it got deleted. And for good reason, that kinda hurt my feelings. XD Welp, I guess you can't please everybody.
- geometric_ghast
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
Ya you can't. Sorry that someone said thatOkay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Woah - did somebody really say that? I can't find the post, so I'm guessing it got deleted. And for good reason, that kinda hurt my feelings. XD Welp, I guess you can't please everybody.

- MrFluffyPenguins
-
Scratcher
1000+ posts
"Run, and run" E block (READ THE ENTIRE OP BEFORE POSTING)
Yeah, it looks like it got deleted.Okay, let me say. I ABSOLUTELY HATE THIS IDEA. I am out of here.Woah - did somebody really say that? I can't find the post, so I'm guessing it got deleted. And for good reason, that kinda hurt my feelings. XD Welp, I guess you can't please everybody.
new page except i forgot to look at the number and i don't want to edit twice
Last edited by MrFluffyPenguins (Aug. 12, 2020 22:53:20)
