Discuss Scratch
- Discussion Forums
- » Suggestions
- » Add number inputs back into the custom block menu!!!
- TheMadLad729
-
Scratcher
11 posts
Add number inputs back into the custom block menu!!!
Ok, before you say it, I KNOW you can mod the project to get them. But please, add number inputs back into Scratch 3.0's custom block menu! They may or may not be used often, but it would be very helpful.
define numbers (number)If there is a way to add them without external methods lemme know. But other than that, it would be very helpful Scratch Team!
numbers (1)
- ajskateboarder
-
Scratcher
1000+ posts
Add number inputs back into the custom block menu!!!
You can already input numbers. Scratch is weakly typed, so numbers can be strings and vice-versa.
define numbers (number)
repeat (number)
change [x v] by (number)
end
Last edited by ajskateboarder (Nov. 19, 2022 14:25:40)
- TheMadLad729
-
Scratcher
11 posts
Add number inputs back into the custom block menu!!!
You can already input numbers. Scratch is weakly typed, so numbers can be strings and vice-versa.I get that, but what I mean is inputs where you can ONLY type numbers, like in “repeat ()” and “move () steps”. In addition, you could seperate the 2 and make a new one that accepts both. There's a lot of options. It could be something like this.define numbers (number)
repeat (number)
change [x v] by (number)
end

Last edited by TheMadLad729 (Nov. 19, 2022 17:32:21)
- mybearworld
-
Scratcher
1000+ posts
Add number inputs back into the custom block menu!!!
I get that, but what I mean is inputs where you can ONLY type numbers, like in “repeat ()” and “move () steps”.That's actually not quite true - by copy and pasting text in to those blocks, you can have text in these as well:

Therefore, there would be no use to these blocks, as you could put text in them anyways.
- TheMadLad729
-
Scratcher
11 posts
Add number inputs back into the custom block menu!!!
I get that, but what I mean is inputs where you can ONLY type numbers, like in “repeat ()” and “move () steps”.That's actually not quite true - by copy and pasting text in to those blocks, you can have text in these as well:
Therefore, there would be no use to these blocks, as you could put text in them anyways.
oh
well it would still be a decent enough idea
- Discussion Forums
- » Suggestions
-
» Add number inputs back into the custom block menu!!!