Inputs extension allows almost all input types! e.g. image array, numbers, and some more suff.
here it is.
https://arcade.makecode.com/S98256-31689-36714-89740
It’s spilt into 2 categories,
- inputs, the main one.
- Numbered inputs, where all the other number inputs that don’t really fit into the main category.
Yes, you can mix the inputs and Numbered inputs together, at least some of them.
How to get the blocks
- Go to the project/extension link.
- Go click on the JavaScript button.
- Go to explorer and scroll down until you find the inputs.ts, go click on that.
- Just copy the whole code. make sure you’re not copying anything expect the code.
- Go to your project.
- Repeat #2 instructions.
- Go to explorer and click the plus button and then name it to inputs.ts.
- Paste your code in.
and voila! Your done with the instructions!
Parts I need help with
The image type, roman numerals, boolan arrays, image array and strings need help. idk how to do it but anyway that’s all. I may reply to some stuff about it but still, that’s all I got as of making this forum.