Discuss Scratch
- Discussion Forums
- » Suggestions
- » Tables
- rooob
-
15 posts
Tables
Tables
I think a much needed feature in scratch is tables. They would be like lists, but you can add multiple columns to them. Some block examples would be:
EDIT:
Scratch - Array
The settings for the rows, columns, and dimensions may be confusing as I made this in 5 minutes, but I hope you understand the main layout.
I think a much needed feature in scratch is tables. They would be like lists, but you can add multiple columns to them. Some block examples would be:
please consider adding these items scratch team.
EDIT:
Scratch - Array
The settings for the rows, columns, and dimensions may be confusing as I made this in 5 minutes, but I hope you understand the main layout.
Last edited by rooob (June 29, 2019 16:10:53)
- ResExsention
-
1000+ posts
Tables
You're using a different term for “arrays”, right?
Even though it's workaroundable, support. Multidimensional arrays are extremely useful (such as in a board game where you need to store information on the pieces).
Also, this is a duplicate of something I think…
Even though it's workaroundable, support. Multidimensional arrays are extremely useful (such as in a board game where you need to store information on the pieces).
Also, this is a duplicate of something I think…
- Luvexina
-
500+ posts
Tables
I support, they are extremely useful (for similar reasons that RexExsention said). Even though it is workaroundable, it takes a lot of code.
- 15-MinuteGaming
-
100+ posts
Tables
This has a very simple workaround. However, the feature is important. Therefore, support.
- bybb
-
1000+ posts
Tables
For support this would have to be generic N dimensional arrays rather than simply 2D tables.
- ResExsention
-
1000+ posts
Tables
For support this would have to be generic N dimensional arrays rather than simply 2D tables.
Yeah, I agree. Occassionally 2D arrays are too limited.
- BlueStarPort
-
100+ posts
Tables
Support, even though I don't fully grasp the suggestion, this would definitely benefit scoreboards and things like that.
- ResExsention
-
1000+ posts
Tables
even though I don't fully grasp the suggestion
Essentially, tables are sort of like lists. The difference is that lists are only one dimensional, but tables are two dimensional. With lists, you would refer to information using an index, but with tables you can use coordinates. I like to think of tables and lists like chessboards. Lists only have one row, but tables can have as many as you want.
- BlueStarPort
-
100+ posts
Tables
OK.even though I don't fully grasp the suggestion
Essentially, tables are sort of like lists. The difference is that lists are only one dimensional, but tables are two dimensional. With lists, you would refer to information using an index, but with tables you can use coordinates. I like to think of tables and lists like chessboards. Lists only have one row, but tables can have as many as you want.
- ResExsention
-
1000+ posts
Tables
OK.even though I don't fully grasp the suggestion
Essentially, tables are sort of like lists. The difference is that lists are only one dimensional, but tables are two dimensional. With lists, you would refer to information using an index, but with tables you can use coordinates. I like to think of tables and lists like chessboards. Lists only have one row, but tables can have as many as you want.
???
It's kind of difficult to comprehend “OK” by itself… That's alright though.
- rooob
-
15 posts
Tables
I agree that you should be able to have N dimensional arrays as this would be very useful in storing data for 3D games. For support this would have to be generic N dimensional arrays rather than simply 2D tables.
- rooob
-
15 posts
Tables
Here is an example of what they might look like Support, even though I don't fully grasp the suggestion, this would definitely benefit scoreboards and things like that.
Scratch - Array
The settings for the rows, columns, and dimensions may be confusing as I made this in 5 minutes, but I hope you understand the main layout.
- CatsUnited
-
1000+ posts
Tables
Link gives a 403 error. We don't have permission to see it.Here is an example of what they might look like Support, even though I don't fully grasp the suggestion, this would definitely benefit scoreboards and things like that.
Scratch - Array
The settings for the rows, columns, and dimensions may be confusing as I made this in 5 minutes, but I hope you understand the main layout.
Last edited by CatsUnited (June 29, 2019 16:09:12)
- Discussion Forums
- » Suggestions
-
» Tables