Discuss Scratch

WolfCat67
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

This is very similar to the removed block:
all at once {...
} :: control
It 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]

jji10 wrote:

engariansilly wrote:

awesome5185 wrote:

Well, I think he/she means this:

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
YES EXACTLY WHAT I MEANT!
If you put them in separate scripts, I'm pretty sure they run at the same time.
the whole point was to not use multiple scripts, but thanks!
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 ::grey

Last edited by NitroCipher (Feb. 28, 2017 16:14:36)

duckboycool
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

NitroCipher wrote:

Did you mean something like?:

run these blocks: ({move (10) steps} ::ring grey)  ({turn right (5) degrees} ::ring grey) simultaneously ::grey
He meant something that did the same thing as;
all at once {...}::control

Last edited by duckboycool (Feb. 28, 2017 16:22:05)

engariansilly
Scratcher
41 posts

new blocks? please? [run multiple blocks simultaneously]

NitroCipher wrote:

Did you mean something like?:

run these blocks: ({move (10) steps} ::ring grey)  ({turn right (5) degrees} ::ring grey) simultaneously ::grey
THAT IS EXACTLY WHAT I WAS THINKING WOW!!!!!
NitroCipher
Scratcher
500+ posts

new blocks? please? [run multiple blocks simultaneously]

duckboycool wrote:

NitroCipher wrote:

Did you mean something like?:

run these blocks: ({move (10) steps} ::ring grey)  ({turn right (5) degrees} ::ring grey) simultaneously ::grey
He meant something that did the same thing as;
all at once {...}::control

I just thought that the above was a better representation of what he was saying.

Edit: I was correct!

engariansilly wrote:

NitroCipher wrote:

Did you mean something like?:

run these blocks: ({move (10) steps} ::ring grey)  ({turn right (5) degrees} ::ring grey) simultaneously ::grey
THAT IS EXACTLY WHAT I WAS THINKING WOW!!!!!

Last edited by NitroCipher (Feb. 28, 2017 16:17:19)

awesome5185
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

<Snip>

Griffenlover wrote:

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]

TNThacker2015 wrote:

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!
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 () secs
for the say part.
awesome5185
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

20EcsEcs wrote:

I know how to do it!
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 () secs
for the say part.
This isn't what the OP is looking for, you'd still be running things in sequential order using a custom block.

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
} :: control
isn´t needed, you should use just
repeat (5)
Run simultaneously {
next costume
move (10) steps
} :: control
wait (1) secs
end
Tunde123
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

engariansilly wrote:

awesome5185 wrote:

Well, I think he/she means this:

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
YES EXACTLY WHAT I MEANT!
So what your saying you want:
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]

engariansilly wrote:

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.
portalpower
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

gosoccerboy5 wrote:

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.
you're allowed to post on old topics as long as you're being constructive but only on the suggestions forum
gosoccerboy5
Scratcher
1000+ posts

new blocks? please? [run multiple blocks simultaneously]

portalpower wrote:

gosoccerboy5 wrote:

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.
you're allowed to post on old topics as long as you're being constructive but only on the suggestions forum
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 reason
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)

Powered by DjangoBB