Discuss 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?

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)

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)

Orange_Scratch_Cat wrote:

How do I set variables? It won't work like
setvar dishes
.
This 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).
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)

CodeLegend wrote:

Orange_Scratch_Cat wrote:

How do I set variables? It won't work like
setvar dishes
.
This 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).
Why?
-stache-
Scratcher
500+ posts

ZZ Documentation (programming language built inside of Scratch)

Orange_Scratch_Cat wrote:

CodeLegend wrote:

Orange_Scratch_Cat wrote:

How do I set variables? It won't work like
setvar dishes
.
This 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).
Why?
Because its extra work for the moderators/
Orange_Scratch_Cat
Scratcher
100+ posts

ZZ Documentation (programming language built inside of Scratch)

-stache- wrote:

Orange_Scratch_Cat wrote:

CodeLegend wrote:

Orange_Scratch_Cat wrote:

How do I set variables? It won't work like
setvar dishes
.
This 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).
Why?
Because its extra work for the moderators/
It will still be work for the moderators if I comment on a project.
-stache-
Scratcher
500+ posts

ZZ Documentation (programming language built inside of Scratch)

Orange_Scratch_Cat wrote:

-stache- wrote:

Orange_Scratch_Cat wrote:

CodeLegend wrote:

Orange_Scratch_Cat wrote:

How do I set variables? It won't work like
setvar dishes
.
This 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).
Why?
Because its extra work for the moderators/
It will still be work for the moderators if I comment on a project.
If someone is following the topic, they get a message for a post that doesn't add to the discussion.
donotforgetmycode
Scratcher
1000+ posts

ZZ Documentation (programming language built inside of Scratch)

7_Slices_Of_Cake wrote:

I made one too :)
https://scratch.mit.edu/projects/75468966/
That project is unshared!

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)

ROLLOPOLLO wrote:

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?
imfh
Scratcher
1000+ posts

ZZ Documentation (programming language built inside of Scratch)

G_bite_Masters wrote:

How do you use that programming font?
Srry if off-topic?
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.
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)

Powered by DjangoBB