Discuss Scratch
- Discussion Forums
- » Suggestions
- » option to make custom blocks into c blocks
- oddbotout11
-
Scratcher
43 posts
option to make custom blocks into c blocks
concept
when green flag clicked
this is a C block{
move [10] steps
turn cw [15] degrees
next costume}::custom
- chris_on_scratch2
-
Scratcher
2 posts
option to make custom blocks into c blocks
Can't you use repeat blocks for c blocks?
when flag clicked
walk for (10) or until <mouse down> :: my blocks
define walk for (v) or until <bool>
repeat (v)
move (10) steps
turn CW (15) degrees
next costume
if <bool> then
do something
end
end
- oddbotout11
-
Scratcher
43 posts
option to make custom blocks into c blocks
I mean yeah. But what about something easier?
- BW_CA_26
-
Scratcher
33 posts
option to make custom blocks into c blocks
I don't see any use cases for this..
- moodymargaret56
-
Scratcher
12 posts
option to make custom blocks into c blocks
I don't see any use cases for this..What if you wanted to make custom repeat blocks like:
if <> then {
}else if <>{orforever if <>
end
Last edited by moodymargaret56 (Sept. 10, 2026 22:53:15)
- TimothyLawyer
-
Scratcher
1000+ posts
option to make custom blocks into c blocks
here is an earlier topic for Custom c blocks and hat blocks
- Paddle2See
-
Scratch Team
1000+ posts
option to make custom blocks into c blocks
here is an earlier topic for Custom c blocks and hat blocksThanks for the link! It does look like this is a duplicate topic so I'll close it to keep the conversation all in one place.
Please use the existing topic in the link above.
- Discussion Forums
- » Suggestions
-
» option to make custom blocks into c blocks