Discuss Scratch

BTTests
Scratcher
4 posts

Do together block

Isn't it kinda annoying when you have to do something like
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
Scratcher
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)


I'm a Scratcher, who joined 3 and a half years ago, roughly in 2013-2014.
I began in Scratch making mazes, then it turned into car races, then crazy projects, then games, then finally…
I make games that I never finish. Haha, that's a lie for the current me at the moment.
The old me never did, but now I finish.
astro-mechanic
Scratcher
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)


sign here
emperor of shiny things
djdolphin
Scratcher
1000+ posts

Do together block

astro-mechanic wrote:

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.

!
TheHockeyist
Scratcher
1000+ posts

Do together block

No support.


Julianthewiki
Scratcher
100+ posts

Do together block

You mean like this?

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.

Julianthewiki | Double the Fun | Double the Thrill | Double the Coolness

Daydream: A Book By Julianthewiki | Official Studio | Chapter 1 | Chapter 2 | Chapter 3
World Population Clock | 24,618,660 | Learn More | Suggest Ideas
Two Year Anniversary Special | 101,405,320 | Learn More
Belated Happy Pi Day! | 102,312,109
BTTests
Scratcher
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
Scratcher
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
Scratcher
1000+ posts

Do together block

You mean like
run :: cstart control
...
and ::celse
...
and ::celse
...
at the same time ::cend
Semi support

who needs signatures
DaSpudLord
Scratcher
1000+ posts

Do together block

djdolphin wrote:

astro-mechanic wrote:

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.
^^^

390000093 wrote:

Do you know how to make two things run at the same time? I can't seem to figure it out…
Please don't necropost. Instead, post your questions in either the Help With Scripts forum or Questions about Scratch forum.


U^ェ^U::motion//This is Blocky. He lives in my signature. He is a trained attack block. He protects my siggy from kumquats.
s_123_345
Scratcher
87 posts

Do together block

BTTests wrote:

Isn't it kinda annoying when you have to do something like
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)

you mean like
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?

s_123_345 (That's a link, you can click it!)

Creator of The Dark and Light Show.

New game in progress!


Game progress: [2%] :: #00eebb hat
TDNLS Season 2 Episode 1 progress: [5%]:: #aa88ff
The Final In-tera-gation 2 progress: [1%]:: #00eebb
150 follower progress: <please follow:: #00eebb> [90%]:: #aa88ff
???: [??%] :: #000000 cap
ThatExplosivePigeon
Scratcher
100+ posts

Do together block

I support this as long as you can extend the e block.

ThatExplosivePigeon


Proud owner of 3 letter account @7lq!


Going back into the forums…… Here we go again.

han614698
Scratcher
1000+ posts

Do together block

Well, this got necroposted.
Mockup:
do together{

}{

}::control
[scratchblocks]
do together{

}{

}::control
[/scratchblocks]
Full support, would help when making codes.

Last edited by han614698 (March 23, 2021 22:53:34)


<Scratch Wikian | Forum Helper | Almost to 6000 Posts! | Please be aware I may mistype things, my wrist is fractured>

Credit to -gge for the icons in my signature | I condensed all this code into five lines using [p] tags, idk why




dhfbei8987
Scratcher
1000+ posts

Do together block

han614698 wrote:

Well, this got necroposted.
Mockup:
do together{

}{

}::control
[scratchblocks]
do together{

}{

}::control
[/scratchblocks]
Full support, would help when making codes.

Again, no such thing as necroposting in suggestions.

This is the same as an “All at once” block.

An advocate for, well, a lot of stuff.

TODAY's hot debate topic: Should we return in-person or no?

The semicolon is back, but not because it's April fools.

proud owner of shadesofllfe, a namesnipe.


Oi Boiz Im 87th 70th in suggestions!



In a world where a majority are against me…
I STAND TO FIGHT BACK AN PROVE THEM WRONG!!!
An animation, to release in a few months…

500 posts yay!
1000 posts WOOHOO!
LEARN HOW TO MAKE A THUMBNAIL HERE

My WIWO might be a trend?!!!



Working on my website.



How Did I acquire @cheddagirl's old Signature???!!!!!



the2000
Scratcher
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:

dhfbei8987 wrote:

This is the same as an “All at once” block.
No, it's very different.

Last edited by the2000 (March 23, 2021 22:58:41)


Powered by DjangoBB