Discuss Scratch
- Discussion Forums
- » Suggestions
- » Better Custom Blocks
- marsmark
-
83 posts
Better Custom Blocks
variables with input and output is literally just functions/custom blocks, which is what reporters are used for. an ability to add inputs into Variables might be a good idea.
- Unknown9856
-
40 posts
Better Custom Blocks
They will work like a custom block but with a return.
Mockup:

Well, so big, anyways,
It can be in an extension, so younger scratchers won't be confused. It should have two types:
Using “Stop {this script v}” block will skip to return
kaj approved
Mockup:

Well, so big, anyways,
It can be in an extension, so younger scratchers won't be confused. It should have two types:
- Boolean return
- String/Number return
Using “Stop {this script v}” block will skip to return
stop [this script v]
kaj approved
- medians
-
1000+ posts
Better Custom Blocks
Bringing this topic up just because the other one is on the front page lol
- CodeComet6161
-
500+ posts
Better Custom Blocks
By “the other one” do you mean Bringing this topic up just because the other one is on the front page lolmy topic?
- MarsChompsVenus
-
100+ posts
Better Custom Blocks
Ok guys I think it would likely look smth like this;
Now if you returned a boolean, it would become a boolean block:
Ok guys I think it would likely look smth like this;
Now I see no reason why this is not a very useful tool. In my opinion it might be one of the best things scratch could add.
define example block 1 with input (input 1)
. . .
return (1234) ::cap custom
//would become
(example block 1 with input ())
Now if you returned a boolean, it would become a boolean block:
Ok guys I think it would likely look smth like this;
define example block 1 with input (input 1)
. . .
return <(my variable) = (10)> ::cap custom
<example block 1 with input ()>
Now I see no reason why this is not a very useful tool. In my opinion it might be one of the best things scratch could add.
- Discussion Forums
- » Suggestions
-
» Better Custom Blocks