Discuss Scratch

HarryCreator2416
Scratcher
100+ posts

Better Custom Blocks

I would like those blocks too, i suggest theres a setting u can set the block shape to

so we can be happy again

a loop {
} :: custom loop

a hat(would prob be useless v):: custom hat

CAP :: custom cap

Uhh….
when @turnLeft @turnRight @loopArrow :: events hat cat

 :: #ff0000 hat cat
Wait, this has nothing to do with my posts.
I can't tell, i'm a signature.
Even I can't see my own posts. WAIT
NOoOOOoOOOoooOOOOooOOoooOOOO
mumu245
Scratcher
1000+ posts

Better Custom Blocks

TerryLeeStudio wrote:

(#2460)
Sorry, I mean while <>, not for <>
Repeat until is just the opposite of while. Also, a hacked block
while <> {
} ::control
exists.

select this text then press Ctrl+Shift+Down to read more
HarryCreator2416
Scratcher
100+ posts

Better Custom Blocks

mumu245 wrote:

TerryLeeStudio wrote:

(#2460)
Sorry, I mean while <>, not for <>
Repeat until is just the opposite of while. Also, a hacked block
while <> {
} ::control
exists.
about that i got the
switch costume to (previous costume v)

Uhh….
when @turnLeft @turnRight @loopArrow :: events hat cat

 :: #ff0000 hat cat
Wait, this has nothing to do with my posts.
I can't tell, i'm a signature.
Even I can't see my own posts. WAIT
NOoOOOoOOOoooOOOOooOOoooOOOO
marsmark
Scratcher
59 posts

Better Custom Blocks

mumu245 wrote:

TerryLeeStudio wrote:

(#2458)
Be honest, I have some question about this, in Python, turtle use Foward() instead of move () step, left() instead of turn ccw () and right() instead of turn cw (). In addition Python uses if <> instead of if <> then and for <> instead of repeat until <>. Scratch is still made with accessible language in mind. The report cap block should still be for scratch beginner in mind like maybe tell the report () will be less excessive
for <>: is not the same as repeat until <> or even repeat <>, it is a loop that iterates automatically, which doesn't exist in Scratch.
they do, it's a hidden block called “for each () in ()” which functions like a normal for loop in most languages and not for each loop (weird I guess)

My Projects

Scratch++ | Interpreted coding Engine
An introductory text-based programming language made in Scratch; designed for experienced scratchers; that transforms scratch blocks into text form.
HarryCreator2416
Scratcher
100+ posts

Better Custom Blocks

marsmark wrote:

mumu245 wrote:

TerryLeeStudio wrote:

(#2458)
Be honest, I have some question about this, in Python, turtle use Foward() instead of move () step, left() instead of turn ccw () and right() instead of turn cw (). In addition Python uses if <> instead of if <> then and for <> instead of repeat until <>. Scratch is still made with accessible language in mind. The report cap block should still be for scratch beginner in mind like maybe tell the report () will be less excessive
for <>: is not the same as repeat until <> or even repeat <>, it is a loop that iterates automatically, which doesn't exist in Scratch.
they do, it's a hidden block called “for each () in ()” which functions like a normal for loop in most languages and not for each loop (weird I guess)
In Scratch, it's
for each [i v] in (10) {
} :: control
which is similar to the
repeat (10)

end

Uhh….
when @turnLeft @turnRight @loopArrow :: events hat cat

 :: #ff0000 hat cat
Wait, this has nothing to do with my posts.
I can't tell, i'm a signature.
Even I can't see my own posts. WAIT
NOoOOOoOOOoooOOOOooOOoooOOOO
lapisi
Scratcher
1000+ posts

Better Custom Blocks

HarryCreator2416 wrote:

(#2461)
I would like those blocks too, i suggest theres a setting u can set the block shape to

so we can be happy again

a loop {
} :: custom loop

a hat(would prob be useless v):: custom hat

CAP :: custom cap
I suggested that last one here

I swear if one more person comments “carrot” on my profile I'll-

don't forget

by the way MagicCoder330 is hosting a social experiment, I'm curious to see where it goes, please comment on it I want to see what the next phase is

why are humans so meaty?
TerryLeeStudio
Scratcher
100+ posts

Better Custom Blocks

HarryCreator2416 wrote:

marsmark wrote:

mumu245 wrote:

-snip-
for <>: is not the same as repeat until <> or even repeat <>, it is a loop that iterates automatically, which doesn't exist in Scratch.
they do, it's a hidden block called “for each () in ()” which functions like a normal for loop in most languages and not for each loop (weird I guess)
In Scratch, it's
for each [i v] in (10) {
} :: control
which is similar to the
repeat (10)

end
Click this if you want for loop in scratch

Check out my project
SATS
NextDOS
medians
Scratcher
1000+ posts

Better Custom Blocks

medians wrote:


:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
mumu245
Scratcher
1000+ posts

Better Custom Blocks

HarryCreator2416 wrote:

(#2465)

marsmark wrote:

mumu245 wrote:

TerryLeeStudio wrote:

(#2458)
Be honest, I have some question about this, in Python, turtle use Foward() instead of move () step, left() instead of turn ccw () and right() instead of turn cw (). In addition Python uses if <> instead of if <> then and for <> instead of repeat until <>. Scratch is still made with accessible language in mind. The report cap block should still be for scratch beginner in mind like maybe tell the report () will be less excessive
for <>: is not the same as repeat until <> or even repeat <>, it is a loop that iterates automatically, which doesn't exist in Scratch.
they do, it's a hidden block called “for each () in ()” which functions like a normal for loop in most languages and not for each loop (weird I guess)
In Scratch, it's
for each [i v] in (10) {
} :: control
which is similar to the
repeat (10)

end
Yeah, it's a simplified counter, not a real for. A real for would be:
for [i v] from (1) to (10) with step (1) {
} ::control // C-style for

for [i v] in [list v] {
} ::control // Python-style for / for-each

select this text then press Ctrl+Shift+Down to read more
-Cubism007-
Scratcher
500+ posts

Better Custom Blocks

Support!
I particularly think this is complicated too much for those under 8-9 years old, but I certainly support! (Oh, and just to warn, there are already (about 90%) these blocks on the turbowarp!)



Easter eggs are secrets, tricks, and jokes hidden in pieces of media, such as TV series, movies, video games, websites, and so on.
BreadAndEggs
Scratcher
24 posts

Better Custom Blocks

(long unnecessary quote removed by moderator - please don't spam)

Its now called snap! (with the “!”)

Last edited by Paddle2See (Oct. 2, 2023 23:16:41)


move (Progress) steps
switch costume to [BreadAndEggsOC v]
Go to latest version of this forum/post
gdfsgdfsgdfg
Scratcher
1000+ posts

Better Custom Blocks

BreadAndEggs wrote:

-no-
Its now called snap! (with the “!”)
don’t quote a big op


1000th post also use -forbidden- or highlight and ctrl (optional on some browsers) + shift + down arrow for more of my siggy


We have the craps ®

I gotta go touch sum grass

If it causes issues make it optional - gdfsgdfsgdfg

Do some research before replying to my posts - gdfsgdfsgdfg

curse you 60 sec rule

glory to Gdfsg Land

gdfsgdfsgdfg returns

Ocular(don’t look at my old posts plz)
PostPercent

kumquats? nah
my siggy is built with titani- *gets eaten*

Gdfsg Radio Station:
https://scratch.mit.edu/projects/1000736602

Are you sleeping you tall cat (project):
https://scratch.mit.edu/projects/1002042247/

The only suggestions I fully support are:
https://scratch.mit.edu/projects/924995948/

Don’t force me to get proof
get it yourself

my favorite topic is this (due to comedic purposes):
https://scratch.mit.edu/discuss/topic/709979/

my favorite post is this (it’s deleted but I got it from ocular):
https://ocular.jeffalo.net/post/7517300

Grand borrowing cars IV intro and loading (template):
https://scratch.mit.edu/projects/972295666/

Guess the game by its mission name:
https://scratch.mit.edu/discuss/topic/750145/

GBC (GTA) topic:
https://scratch.mit.edu/discuss/topic/751981/

BF (Battlefield) topic:
https://scratch.mit.edu/discuss/topic/753243/

still don’t have the popularity lol (atleast I reached 100 followers)

Skill issue

reject
Embrace :)
AHumanAndNotARobot
Scratcher
33 posts

Better Custom Blocks

I was gonna make a topic about “Better Custom Blocks”, but of course, I had to look for it first. I'm just gonna say the things I think could improve custom blocks.

DROPDOWNS
I think adding dropdowns to custom blocks would be cool and useful! I was thinking you could open the dropdown in the edit menu and choose what the dropdown options are. This is what I was thinking you would see in the edit menu:


placeholder text [sprites v] :: custom

The dropdown would be a reporter in the “Define” block.

CAPS
This one is simple. you would simply be able to choose if you want your block to be a cap block or not.

placeholder text ::custom cap

bun :: control hat
lettuce :: operators
tomato :: list
mustard :: control
ketchup :: list
toothpaste? :: pen
patty :: events
bun :: control cap

There! All fixed! Maybe I can get something to guard my burger this time…
Umhead22
Scratcher
100+ posts

Better Custom Blocks

Supprt. Best for learning kids

Wow. someone called me Um in my head,
VHS scratch

eat the pizza.
My birthday is 21 Mars
soarroying
Scratcher
500+ posts

Better Custom Blocks

At the present moment it's scratch 3.0, and the blocks in your images are from 2.0, so I hate to say it, but I don't care.

you've been confused :: sensing cat 
then {the universe ends :: #000000 cap
} :: #0000FF cap

Last edited by soarroying (Oct. 11, 2023 00:41:20)


Generation 7: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
This is not part of my post! This is my signature. And mine has evil kumquat destroying scripts!
when <button [DO NOT PRESS v] pressed? :: extension hat
destruct all living evil kumquats :: pen
when [evil v] kumquat spotted :: events hat
press button [DO NOT PRESS v] :: extension
when [post v] :: events hat
forever
rotate camera to (wanted camera dir) :: extension
make good kumquats :: pen
broadcast [rotate v] and wait until <not <(wanted camera dir) = (old wanted camera dir)>> :: events
end
ᵔᴥᵔ :: sound boolean //This is Sally! She will protect me if my siggy is attacked by evil kumquats.
:3 :: custom reporter //This is Jake! He is a good kumquat that has an appetite of unconstructive posts.
;D :: sensing boolean //This is Marcus! He is a pancake that will rickroll you if you use the support convention.
ඞ :: extension reporter //This is crewposter! He attacks evil kumquat factories.

Had a bad day and want to cheer up? This might just do the trick.
Read this before suggesting.

^Credit to @7salad3salad for the banner.
ᚠᚮᛚᛚᚮᚡ ᛐᚮ ᛒᛂ ᚿᛁᛌᛂ
marsmark
Scratcher
59 posts

Better Custom Blocks

soarroying wrote:

so I hate to say it, but I don't care.
Oh no… anyways

My Projects

Scratch++ | Interpreted coding Engine
An introductory text-based programming language made in Scratch; designed for experienced scratchers; that transforms scratch blocks into text form.
mumu245
Scratcher
1000+ posts

Better Custom Blocks

soarroying wrote:

(#2475)
At the present moment it's scratch 3.0, and the blocks in your images are from 2.0, so I hate to say it, but I don't care.

you've been confused :: sensing cat 
then {the universe ends :: #000000 cap
} :: #0000FF cap
The OP is inactive.

select this text then press Ctrl+Shift+Down to read more
RobotChickens
Scratcher
500+ posts

Better Custom Blocks

soarroying wrote:

(#2475)
At the present moment it's scratch 3.0, and the blocks in your images are from 2.0, so I hate to say it, but I don't care.
Why does that matter? This isn't about what they look like, it's about what they will do.
These are the same thing:


Edit: Woah, Giant Ninja. My page didn't reload. sorry

Last edited by RobotChickens (Oct. 12, 2023 01:43:17)



Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE
;


Fourmoji is back and updated!!

Google Noto Emoji is superior as you can see



finally fixed the button lol



;
BladiPetrov
Scratcher
100+ posts

Better Custom Blocks

Really agree. BYOB is a really cool Scratch 1 () mod. It's so good. We need this officially

Scripts in forum helper and math and logic enjoyer
@greenFlag @delInput @addInput @turnLeft @turnRight @loopArrow :: #fdcfdc hat
About me

I have scratched for 7 years straight. No urge to do something to get popular. Friendly, I know Spanish (my native language) and English (and a bit of French). I like to program things I really like, not trends or things for contests.
EDIT: Yeah, I know it says I joined 4 years ago, but I scratched before going online.
BladiPetrov
Scratcher
100+ posts

Better Custom Blocks

mumu245 wrote:

TerryLeeStudio wrote:

(#2460)
Sorry, I mean while <>, not for <>
Repeat until is just the opposite of while. Also, a hacked block
while <> {
} ::control
exists.
repeat until <not<something::custom>>
something :: custom
end

Scripts in forum helper and math and logic enjoyer
@greenFlag @delInput @addInput @turnLeft @turnRight @loopArrow :: #fdcfdc hat
About me

I have scratched for 7 years straight. No urge to do something to get popular. Friendly, I know Spanish (my native language) and English (and a bit of French). I like to program things I really like, not trends or things for contests.
EDIT: Yeah, I know it says I joined 4 years ago, but I scratched before going online.

Powered by DjangoBB