Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » ZZ Documentation (programming language built inside of Scratch)
- arfraser
-
Scratcher
14 posts
ZZ Documentation (programming language built inside of Scratch)
Cool! How do I do loops? Also, how do i go back and change something?
Generation 5: the first time you see this copy and paste it on top of your sign in the scratch forums and increase generation by 1. Social experiment.
when I am not understanding [ v]
set [ mood] to [not understanding ]
think [What are these people talking about?]
if <thing explained> then
set [mood] to [ understanding]
end
Generation 5: the first time you see this copy and paste it on top of your sign in the scratch forums and increase generation by 1. Social experiment.
- 7_Slices_Of_Cake
-
Scratcher
5 posts
ZZ Documentation (programming language built inside of Scratch)
say [I am awesome!!!!]
- liam48D
-
Scratcher
1000+ posts
ZZ Documentation (programming language built inside of Scratch)
Necropost..
- Orange_Scratch_Cat
-
Scratcher
100+ posts
ZZ Documentation (programming language built inside of Scratch)
How do I set variables? It won't work like
setvar dishes.
- CodeLegend
-
Scratcher
500+ posts
ZZ Documentation (programming language built inside of Scratch)
How do I set variables? It won't work likeThis would be better asked on the project page… This forum has been inactive for quite some time, and it's frowned upon to bring back old threads (called necroposting).setvar dishes.
- coc4tm
-
Scratcher
39 posts
ZZ Documentation (programming language built inside of Scratch)
This is just awesome !
- Orange_Scratch_Cat
-
Scratcher
100+ posts
ZZ Documentation (programming language built inside of Scratch)
Why?How do I set variables? It won't work likeThis would be better asked on the project page… This forum has been inactive for quite some time, and it's frowned upon to bring back old threads (called necroposting).setvar dishes.
- -stache-
-
Scratcher
500+ posts
ZZ Documentation (programming language built inside of Scratch)
Because its extra work for the moderators/Why?How do I set variables? It won't work likeThis would be better asked on the project page… This forum has been inactive for quite some time, and it's frowned upon to bring back old threads (called necroposting).setvar dishes.
- Orange_Scratch_Cat
-
Scratcher
100+ posts
ZZ Documentation (programming language built inside of Scratch)
It will still be work for the moderators if I comment on a project.Because its extra work for the moderators/Why?How do I set variables? It won't work likeThis would be better asked on the project page… This forum has been inactive for quite some time, and it's frowned upon to bring back old threads (called necroposting).setvar dishes.
- -stache-
-
Scratcher
500+ posts
ZZ Documentation (programming language built inside of Scratch)
If someone is following the topic, they get a message for a post that doesn't add to the discussion.It will still be work for the moderators if I comment on a project.Because its extra work for the moderators/Why?How do I set variables? It won't work likeThis would be better asked on the project page… This forum has been inactive for quite some time, and it's frowned upon to bring back old threads (called necroposting).setvar dishes.
- donotforgetmycode
-
Scratcher
1000+ posts
ZZ Documentation (programming language built inside of Scratch)
I made one too :)That project is unshared!
https://scratch.mit.edu/projects/75468966/
Last edited by donotforgetmycode (July 14, 2018 13:18:12)
- donotforgetmycode
-
Scratcher
1000+ posts
ZZ Documentation (programming language built inside of Scratch)
I like this because it has first-class lists and code.
- ScratchIamVerysorry
-
Scratcher
27 posts
ZZ Documentation (programming language built inside of Scratch)
Pretty Cool.
- gavinskycastle
-
Scratcher
85 posts
ZZ Documentation (programming language built inside of Scratch)
Nice post! It looks a little confusing but I think I'll get the hang of it eventually 

- ROLLOPOLLO
-
Scratcher
16 posts
ZZ Documentation (programming language built inside of Scratch)
Is it possible to make “Guess the Number” game?
- imfh
-
Scratcher
1000+ posts
ZZ Documentation (programming language built inside of Scratch)
Is it possible to make “Guess the Number” game?
It should be but I think Scratch 3.0 may have broken while. Then again, maybe I coded this wrong? I checked with a simpler program and it didn't work though so…
sto rnd randint 1 10; sto rsp ""; sto a 0; while { not equal rcl rnd rcl a } { input join rcl rsp "Enter your guess:"; if { less rcl rnd ans } { sto rsp "Too high." } { if { great rcl rnd ans } { sto rsp "Too low." } {} }; sto a ans }; output "You got it."- G_bite_Masters
-
Scratcher
42 posts
ZZ Documentation (programming language built inside of Scratch)
How do you use that programming font?
Srry if off-topic?
Srry if off-topic?
- imfh
-
Scratcher
1000+ posts
ZZ Documentation (programming language built inside of Scratch)
How do you use that programming font?Copy the “interface” sprite into your project and then you can use the custom blocks it contains. I think it draws from the top down by default (using the print custom block) but you should be able to adjust the ‘cursor’ position with the cursor_x/y variables. You could make another custom block to do that automatically. The cursor x and y don't relate exactly to the stage coordinates so you may need to experiment some.
Srry if off-topic?
- Yan_007
-
Scratcher
5 posts
ZZ Documentation (programming language built inside of Scratch)
Please add GUI functions into this project. Mouse functions (get X and Y of mouse position) and draw with pen using.
add to this project [GUI v]
pen draw GUI
<<GUI> or <CUI>>
Last edited by Yan_007 (Feb. 25, 2021 14:29:59)
- Discussion Forums
- » Advanced Topics
-
» ZZ Documentation (programming language built inside of Scratch)













