Discuss Scratch

cooljaah2017
Scratcher
15 posts

The idea of multi connecttion blocks

what if you could make/do blocks that have/with multible connection porints this is what i thnk it whould prodb/proabablysss loojkss loiiikkezsssss (its conve nvm) but anyways im not showing it because idk havehow to use teHHHH urlssss lool hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to scpecific blocks (blocxks with the same connectiontype Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work

Last edited by cooljaah2017 (Sept. 14, 2025 01:18:27)

CodeComet6161
Scratcher
1000+ posts

The idea of multi connecttion blocks

It's okay to have typos, but can you please make sure words are spelled correctly, as many of us can't read it.
tagrim123
Scratcher
500+ posts

The idea of multi connecttion blocks

cooljaah2017 wrote:

what if you could make/do blocks that have/with multiple connection points this is what i think it would probably looks like (its conve nvm) but anyways im not showing it because idk have how to use teHHHH unless loll hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to specific blocks (blocks with the same Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
i tried to fix up the sentence. also, i think you mean this?
[wait v] until gf clicked ::stack events

Last edited by tagrim123 (Oct. 7, 2025 21:38:20)

CodeComet6161
Scratcher
1000+ posts

The idea of multi connecttion blocks

tagrim123 wrote:

cooljaah2017 wrote:

what if you could make/do blocks that have/with multiple connection points this is what i think it would probably looks like (its conve nvm) but anyways im not showing it because idk have how to use teHHHH unless loll hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to specific blocks (blocks with the same Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
i tried to fix up the sentence. also, i think you mean this?
[wait v] until @greenFlag clicked ::stack events
Workaround:
when green flag clicked
if <(foo) = [1]> then
broadcast [ v]
else
change [foo v] by (1)
end
cooljaah2017
Scratcher
15 posts

The idea of multi connecttion blocks

tagrim123 wrote:

cooljaah2017 wrote:

what if you could make/do blocks that have/with multiple connection points this is what i think it would probably looks like (its conve nvm) but anyways im not showing it because idk have how to use teHHHH unless loll hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to specific blocks (blocks with the same Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
i tried to fix up the sentence. also, i think you mean this?
[wait v] until green flag clicked ::stack events
so i mean like a nlock with multible poitns toconnect other blocks (one on the left side and one on the righjt side)
CodeComet6161
Scratcher
1000+ posts

The idea of multi connecttion blocks

cooljaah2017 wrote:

tagrim123 wrote:

cooljaah2017 wrote:

what if you could make/do blocks that have/with multiple connection points this is what i think it would probably looks like (its conve nvm) but anyways im not showing it because idk have how to use teHHHH unless loll hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to specific blocks (blocks with the same Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
i tried to fix up the sentence. also, i think you mean this?
[wait v] until green flag clicked ::stack events
so i mean like a nlock with multible poitns toconnect other blocks (one on the left side and one on the righjt side)
Also workaround:
branch::custom
...
da-ultimate-creater
Scratcher
100+ posts

The idea of multi connecttion blocks

Just use a broadcast block, like this:

broadcast [double script v] :: events
When I receive [double script v] :: events hat
do action 1
When I receive [double script v] :: events hat
do action 2
Edgarm1446
Scratcher
90 posts

The idea of multi connecttion blocks

cooljaah2017 wrote:

what if you could make/do blocks that have/with multible connection porints this is what i thnk it whould prodb/proabablysss loojkss loiiikkezsssss (its conve nvm) but anyways im not showing it because idk havehow to use teHHHH urlssss lool hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to scpecific blocks (blocxks with the same connectiontype Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
Does this mean a hat block with multiple connection points at the bottom (such as a When Flag Clicked block with 2 attachment points at the bottom, not 1)?
Although it could be useful for organization in very niche cases, it would likely be confusing for newer users, who may not understand what the extra connection points mean. In addition, this would be extremely easy to work around - just use 2 of the hat block you want, or use the broadcast workaround seen above. Due to the limited use cases and easy workaroundability, I do not believe that this suggestion should be created, at least not in the form you mentioned.
Hopefully I interpreted this idea correctly; if not, please let me know.
(sorry for technically kinda sorta necroposting, I hope my contribution is enough compensation)
cooljaah2017
Scratcher
15 posts

The idea of multi connecttion blocks

Edgarm1446 wrote:

cooljaah2017 wrote:

what if you could make/do blocks that have/with multible connection porints this is what i thnk it whould prodb/proabablysss loojkss loiiikkezsssss (its conve nvm) but anyways im not showing it because idk havehow to use teHHHH urlssss lool hahas
when green flag clicked 
when green flag clicked would i mean is prob gonna be well is my recration of what i had in mind (its not only multi for hatblocks lol) and i also had another idea a super/rally long itme ago but its easy just to- wait nvm but anyways its blocks with different connectins that can only connect to scpecific blocks (blocxks with the same connectiontype Edit 1: i just realized i need to fix smth lol Edit 2 : it the firx didnt work
Does this mean a hat block with multiple connection points at the bottom (such as a When Flag Clicked block with 2 attachment points at the bottom, not 1)?
Although it could be useful for organization in very niche cases, it would likely be confusing for newer users, who may not understand what the extra connection points mean. In addition, this would be extremely easy to work around - just use 2 of the hat block you want, or use the broadcast workaround seen above. Due to the limited use cases and easy workaroundability, I do not believe that this suggestion should be created, at least not in the form you mentioned.
Hopefully I interpreted this idea correctly; if not, please let me know.
(sorry for technically kinda sorta necroposting, I hope my contribution is enough compensation)
thes e could be usefull in some cases like ive expeirienced having2 wgfc(when green flag cliscked) bloscks and 1 only would run/play

Powered by DjangoBB