Discuss Scratch
- Discussion Forums
- » Suggestions
- » "Create own block" dropdown list
- theonlygusti
-
1000+ posts
"Create own block" dropdown list
I think that there should be pre-defined lists, for instance a list of all variables, or a list of all sprites. Why else would you need it?
- stickfiregames
-
1000+ posts
"Create own block" dropdown list
Blocks like I think that there should be pre-defined lists, for instance a list of all variables, or a list of all sprites. Why else would you need it?
set rotation style [left-right v]have dropdowns exclusive to themselves, so it is possible that custom blocks would also need their own.
stop [all v]
- RPFluffy
-
1000+ posts
"Create own block" dropdown list
Support, I would love the idea because then we could have multiple outputs in custom blocks!
- xela888
-
99 posts
"Create own block" dropdown list
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!! It helps me a ton!!!!!!!!!!!!!!!!!!!!!!
- little_kitten
-
500+ posts
"Create own block" dropdown list
How do you type the dropdown symbol?
- TimothyLawyer
-
1000+ posts
"Create own block" dropdown list
Type a space and the letter v (lowercase) in between [ ]. How do you type the dropdown symbol?
choose [item 1 v] :: custom
- Xelophelt
-
500+ posts
"Create own block" dropdown list
This is actually a really good idea. Support.
- Me_Tis
-
100+ posts
"Create own block" dropdown list
sounds good… im working on a way to get custom menus in JSON, it will take a while and at this point i just started so…
- hornbeef
-
34 posts
"Create own block" dropdown list
how? Support! There is a way to get hacked custom blocks, but it isn't easy.
when green flag clicked
say [tell me pleeeese??:/] for (2) secs
- hornbeef
-
34 posts
"Create own block" dropdown list
helped me too!Type a space and the letter v (lowercase) in between [ ]. How do you type the dropdown symbol?choose [item 1 v] :: custom
- LilAdamBrooks
-
99 posts
"Create own block" dropdown list
Look at http://scratch.mit.edu.ezproxyberklee.flo.org/projects/25428523/ and read the instructions.how? Support! There is a way to get hacked custom blocks, but it isn't easy.when green flag clicked
say [tell me pleeeese??:/] for (2) secs
- Zappy1333
-
100+ posts
"Create own block" dropdown list
Support! Custom blocks should also be able to return a value
- MushroomMan99
-
100+ posts
"Create own block" dropdown list
Semi Support
Advantage: A lot of projects would find this useful
Disadvantage: Is it too complicated for New Scratchers?
Advantage: A lot of projects would find this useful
Disadvantage: Is it too complicated for New Scratchers?
- little_kitten
-
500+ posts
"Create own block" dropdown list
Sorry, I know I already asked, but I didn't really understand the answer, so is it
[ v]
or
v
?
[ v]
or
v
?
- jrezneckbhds
-
500+ posts
"Create own block" dropdown list
Great idea! This would be a lot easier, so I support! My suggestion is simple: that when you create your own block, along with boolean, string and number input, you were allowed to do a dropdown list like this:define move [direcion]▾
if <(direction)=[up]>
point in direction (0 v)
move (10) steps
end
if <(direction)=[down]>
point in direction (180 v)
move (10) steps
end
when green flag clicked
move [down v]
You would create it like this:
https://dl.dropboxusercontent.com/u/17754076/Scratch/Dropdown%20list.png
I would find this very useful (though admittedly my example wasn't very useful)
Any suggestions, improvements or just support?
- cwrivera99
-
500+ posts
"Create own block" dropdown list
Here's what you want- Sorry, I know I already asked, but I didn't really understand the answer, so is it
[ v]
or
v
?
say [<insert string here>] // this creates a normal string input.
say [<insert string here> v] // this creates a dropdown input. (Notice the "v" at the end of the string.)
say [<insert string here>] // this creates a normal string input.
say [<insert string here> v] // this creates a dropdown input. (Notice the "v" at the end of the string.)
Last edited by cwrivera99 (May 6, 2015 12:57:52)
- Srevilo
-
92 posts
"Create own block" dropdown list
It isn't shared!!Look at http://scratch.mit.edu.ezproxyberklee.flo.org/projects/25428523/ and read the instructions.how? Support! There is a way to get hacked custom blocks, but it isn't easy.when green flag clicked
say [tell me pleeeese??:/] for (2) secs
- Discussion Forums
- » Suggestions
-
» "Create own block" dropdown list