Discuss Scratch
- Discussion Forums
- » Suggestions
- » Block Fitting
- abubriski
-
500+ posts
Block Fitting
This would probably be a very small change that will most definitely get rejected, but I would just like to know
…
The fitting together of Scratch blocks is very sophisticated. One can attach a stack block on top of another stack block, or even attach a C-Block around a stack block. One can even replace a hat block with another.
However, one cannot fit a
C-Block that is attached to a hat block
around a stack block.
Would it be easy to make this happen?
…
The fitting together of Scratch blocks is very sophisticated. One can attach a stack block on top of another stack block, or even attach a C-Block around a stack block. One can even replace a hat block with another.
However, one cannot fit a
C-Block that is attached to a hat block
around a stack block.
Would it be easy to make this happen?
- starlightsparker
-
1000+ posts
Block Fitting
Are you saying you want a hat block to be inside of a c block?
Edit: 1000th post what the heck
Edit: 1000th post what the heck
Last edited by starlightsparker (March 24, 2024 23:08:52)
- the_awsome_penguinja
-
500+ posts
Block Fitting
how would the green flag work in the c block?
congrats Edit: 1000th post what the heck
Last edited by the_awsome_penguinja (March 24, 2024 23:18:02)
- abubriski
-
500+ posts
Block Fitting
Are you saying you want a hat block to be inside of a c block?
Edit: 1000th post what the heck
how would the green flag work in the c block?congrats Edit: 1000th post what the heck
I mean THIS:
when green flag clicked
if <> then
end
fits around THIS:
move (14893) steps
If you grab the hat block. The result would theoretically be THIS:
when green flag clicked
if <> then
move (14893) steps
else
end
Edit: I meant that to be a regular IF block.
Last edited by abubriski (March 24, 2024 23:27:31)
- starlightsparker
-
1000+ posts
Block Fitting
That’s not necessary in my opinionAre you saying you want a hat block to be inside of a c block?
Edit: 1000th post what the heckhow would the green flag work in the c block?congrats Edit: 1000th post what the heck
I mean THIS:when green flag clicked
if <> then
end
fits around THIS:move (14893) steps
If you grab the hat block. The result would theoretically be THIS:when green flag clicked
if <> then
move (14893) steps
else
end
Edit: I meant that to be a regular IF block.
You can just drag the motion block inside the if block-
Last edited by starlightsparker (Aug. 19, 2024 20:11:57)
- Malicondi
-
1000+ posts
Block Fitting
I still don't follow, when I read the post this is what I think of: snip
if <> then {kinda weird, I know.
when @greenFlag clicked :: hat events
} ::control
- NamePending_
-
100+ posts
Block Fitting
What this person means is that if you have this code:
HAT BLOCK OMG WOW :: control :: hatThen you can drag it on top of:
C BLOCK OMG WOW{
} :: operators
NORMAL BLOCK OMG WOW :: looksAnyways, no support, there isn't really a point and it would simply take up the Scratch Team's resources.
Last edited by NamePending_ (March 24, 2024 23:51:07)
- starlightsparker
-
1000+ posts
Block Fitting
I still don’t understand.. What this person means is that if you have this code:HAT BLOCK OMG WOW :: control :: hatThen you can drag it on top of:
C BLOCK OMG WOW {
} :: eventsNORMAL BLOCK OMG WOW :: looksAnyways, no support, there isn't really a point and it would simply take up the Scratch Team's resources.
- NamePending_
-
100+ posts
Block Fitting
I'm not sure how I can elaborate further, sorryI still don’t understand.. What this person means is that if you have this code:HAT BLOCK OMG WOW :: control :: hatThen you can drag it on top of:
C BLOCK OMG WOW {
} :: eventsNORMAL BLOCK OMG WOW :: looksAnyways, no support, there isn't really a point and it would simply take up the Scratch Team's resources.

- abubriski
-
500+ posts
Block Fitting
Actually, I agree What this person means is that if you have this code:HAT BLOCK OMG WOW :: control :: hatThen you can drag it on top of:
C BLOCK OMG WOW{
} :: operatorsNORMAL BLOCK OMG WOW :: looksAnyways, no support, there isn't really a point and it would simply take up the Scratch Team's resources.
- DangerPuppy10
-
1000+ posts
Block Fitting
So you're saying, you should be able to drag the hatblock with the c block attached to it, to where a stack block would go inside it?
mock-up
https://scratch.mit.edu/projects/1070850430/
mock-up
https://scratch.mit.edu/projects/1070850430/
Last edited by DangerPuppy10 (Sept. 21, 2024 00:08:25)
- abubriski
-
500+ posts
Block Fitting
Yes, that’s how it would work, except the mouse would be on the hatblock. . So you're saying, you should be able to drag the hatblock with the c block attached to it, to where a stack block would go inside it?
mock-up
https://scratch.mit.edu/projects/1070850430/
- DangerPuppy10
-
1000+ posts
Block Fitting
ok, I see now.Yes, that’s how it would work, except the mouse would be on the hatblock. . So you're saying, you should be able to drag the hatblock with the c block attached to it, to where a stack block would go inside it?
mock-up
https://scratch.mit.edu/projects/1070850430/
I don't see how this would be hard to input at all.
- Discussion Forums
- » Suggestions
-
» Block Fitting