Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a variable with Blocks
- septiceyesam07
-
Scratcher
30 posts
How to make a variable with Blocks
I was wondering if there is a way for a project to create variable when thee player does something. Any help?
- mitdk
-
Scratcher
1000+ posts
How to make a variable with Blocks
yes, i want this feature to be added to scratch but as of now you can make a list and add to the list:
add [] to [list v]
(item [ ] of [list v] :: list)
- septiceyesam07
-
Scratcher
30 posts
How to make a variable with Blocks
yes, i want this feature to be added to scratch but as of now you can make a list and add to the list:Yeah I figured it would be like that. I agree that they should add a “Create Variable” block.add [] to [list v]
(item [ ] of [list v] :: list)
- latin_gamerX
-
Scratcher
500+ posts
How to make a variable with Blocks
I was wondering if there is a way for a project to create variable when thee player does something. Any help?Sadly, I don't think it is possible for the player to create a variable. They can change a variable, though.
- Discussion Forums
- » Help with Scripts
-
» How to make a variable with Blocks