Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
- CupofJoes
-
New Scratcher
4 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
(length of [ v] :: list)?
- semmiesem9
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
I believe there is no limit to lists, or at least a very big one. It does fit more than 3 words inside, but you can't see them because they are more downwards in the list. You have to scroll down a bit.
The
The
(length of [list v] :: list)block shows you how many things there's currently inside the list.
- Gurvan72
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
The lists are limited to 200000 elements.
- Mast3rGenius
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
add [] to [list v]This block will automatically increase it by 1
- LICK1000
-
Scratcher
2 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
How do you increase the size of a list
- LICK1000
-
Scratcher
2 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
I mean, increase the width of the list
- HumourousCat101
-
Scratcher
56 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
I know this is in 2020, I’m asking to figure out how to make the list bigger or a different size but I don’t know how because in this thread everything says how to add things to lists but I need help on making the list a different size.
I don’t understand because everyone is posting that block when I don’t really need it because I already know that. But I just need to know it because the list is always small, if anyone has answers, please let me know.
-HumourousCat101
add [] to [list v]
I don’t understand because everyone is posting that block when I don’t really need it because I already know that. But I just need to know it because the list is always small, if anyone has answers, please let me know.
-HumourousCat101
Last edited by HumourousCat101 (July 10, 2020 08:44:40)
- HumourousCat101
-
Scratcher
56 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
I know this is in 2020, I’m asking to figure out how to make the list bigger or a different size but I don’t know how because in this thread everything says how to add things to lists but I need help on making the list a different size.add [] to [list v]
I don’t understand because everyone is posting that block when I don’t really need it because I already know that. But I just need to know it because the list is always small, if anyone has answers, please let me know.
-HumourousCat101
- deck26
-
Scratcher
1000+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
To change the size of the list on screen as opposed to changing the number of items just drag and drop the bottom right corner in the editor.
- NinjaGamer579
-
Scratcher
15 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
To change the size of the list on screen as opposed to changing the number of items just drag and drop the bottom right corner in the editor.BUT IT DOESN’T WORK!
- help_with_scripts
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
I mean, increase the width of the listIn the editor, you can move the list like a variable. You can also go to the corner of the list and grab it to shrink/enlarge it.
- NinjaGamer579
-
Scratcher
15 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
My custom character script
My NinjaGamer579 script (mostly true)
define NinjaGamer579
secretive
unknown
ultrapowerful
ultrasmart
superhuman
My NinjaGamer579 script (mostly true)
define NinjaGamer579
infamous
SomeThingElse
helpful
lone survivr
hotheaded
coder
mostly adventurous
complicated, futuristic mind
Last edited by NinjaGamer579 (Nov. 6, 2020 21:05:33)
- NinjaGamer579
-
Scratcher
15 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
(length of [ v] :: list)?
I am on mobile.I mean, increase the width of the listIn the editor, you can move the list like a variable. You can also go to the corner of the list and grab it to shrink/enlarge it.
- help_with_scripts
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
Please do not necropost.(length of [ v] :: list)?I am on mobile.I mean, increase the width of the listIn the editor, you can move the list like a variable. You can also go to the corner of the list and grab it to shrink/enlarge it.

Make your own topic.
Last edited by help_with_scripts (Nov. 7, 2020 16:00:24)
- Hamuni
-
Scratcher
90 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
(length of [ v] :: list)?I am on mobile.I mean, increase the width of the listIn the editor, you can move the list like a variable. You can also go to the corner of the list and grab it to shrink/enlarge it.
I believe you can't do it on mobile. I have used a mobile device to make projects and I have not ever been able to resize lists. I have used an iPad.
- LuckyBoy14
-
Scratcher
12 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
Well, go to the corner of the list and drag it.
(length of [ v] :: list) ? What is this in the first comment????
- LuckyBoy14
-
Scratcher
12 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
And this is how to make a keyboard piano from scratch.
or
try it out!
when [ a] key pressed
play sound [ chord/sound]
or
when this sprite clicked
play sound [ chord/sound]
try it out!
- help_with_scripts
-
Scratcher
100+ posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
And this is how to make a keyboard piano from scratch.Don't spam or necropost. Go make your own topic in show and tell for this. Thanks!when [ a] key pressed
play sound [ chord/sound]
orwhen this sprite clicked
play sound [ chord/sound]
try it out!
- Popular_Guy
-
Scratcher
81 posts
How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.
If you mean to make the list
the max length is 200,000
if you want to make the list bigger (Wider or taller) click and drag the = sign
the max length is 200,000
if you want to make the list bigger (Wider or taller) click and drag the = sign
- Discussion Forums
- » Help with Scripts
-
» How would you increase the size of the list? Its default size is 3 and it doesn't fit all the words inside.