Discuss Scratch
- Discussion Forums
- » Show and Tell
- » SortaCode
- sortatechnicalman
-
Scratcher
2 posts
SortaCode
SORTA CODE
this is a place to help people who use sorta code and show you code
i might also publish some examples for newbies. so have fun
project link
https://scratch.mit.edu/projects/1018726387
commands:
say: says first parameter in output
input: asks parameter 1 and keeps inputs you can use the input by saying input
setv: sets a variable first parameter is name of variable second parameter is value. to use in an instance you would need to do (a) a is the name of the
variable: btw it can only be 1 letter
plus:adds two numbers together. to use the value use *
(soon il add times divide ok)
speak/voice: speaks out loud what you inport
changev:the first parameter is what variable to change
next is how much its kinda like plus but it's permanent
repeat: this repeat the code below. you input the times
INPORTANT when you want it to repeat use re
this is a place to help people who use sorta code and show you code
i might also publish some examples for newbies. so have fun project link
https://scratch.mit.edu/projects/1018726387
commands:
say: says first parameter in output
input: asks parameter 1 and keeps inputs you can use the input by saying input
setv: sets a variable first parameter is name of variable second parameter is value. to use in an instance you would need to do (a) a is the name of the
variable: btw it can only be 1 letter
plus:adds two numbers together. to use the value use *
(soon il add times divide ok)
speak/voice: speaks out loud what you inport
changev:the first parameter is what variable to change
next is how much its kinda like plus but it's permanent
repeat: this repeat the code below. you input the times
INPORTANT when you want it to repeat use re
Last edited by sortatechnicalman (May 15, 2024 07:25:30)
- Paddle2See
-
Scratch Team
1000+ posts
SortaCode
I'll move this over to the “Show and Tell” section for you - that's a better fit for this kind of topic 

- sortatechnicalman
-
Scratcher
2 posts
SortaCode
hey everyone i figured how to make a calculator
first command is input to get the first calculation number
then use set v then choose any letter and set the value to input
repeat again
then use. plus
plus (a) (b)
then use
say *
follow these steps to get a working calculator

first command is input to get the first calculation number
then use set v then choose any letter and set the value to input
repeat again
then use. plus
plus (a) (b)
then use
say *
follow these steps to get a working calculator


- Discussion Forums
- » Show and Tell
-
» SortaCode