Discuss Scratch

theonlygusti
Scratcher
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
Scratcher
1000+ posts

"Create own block" dropdown list

theonlygusti wrote:

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?
Blocks like
set rotation style [left-right v]
stop [all v]
have dropdowns exclusive to themselves, so it is possible that custom blocks would also need their own.
RPFluffy
Scratcher
1000+ posts

"Create own block" dropdown list

Support, I would love the idea because then we could have multiple outputs in custom blocks!
xela888
Scratcher
99 posts

"Create own block" dropdown list

THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!! It helps me a ton!!!!!!!!!!!!!!!!!!!!!!
little_kitten
Scratcher
500+ posts

"Create own block" dropdown list

How do you type the dropdown symbol?
TimothyLawyer
Scratcher
1000+ posts

"Create own block" dropdown list

little_kitten wrote:

How do you type the dropdown symbol?
Type a space and the letter v (lowercase) in between [ ].
choose [item 1 v] :: custom 
little_kitten
Scratcher
500+ posts

"Create own block" dropdown list

Thanks!
Xelophelt
Scratcher
500+ posts

"Create own block" dropdown list

This is actually a really good idea. Support.
Me_Tis
Scratcher
100+ posts

"Create own block" dropdown list

chabad360 wrote:

im working on a way to get custom menus in JSON, it will take a while and at this point i just started so…
sounds good…
hornbeef
Scratcher
34 posts

"Create own block" dropdown list

derpmeup wrote:

Support! There is a way to get hacked custom blocks, but it isn't easy.
how?
when green flag clicked
say [tell me pleeeese??:/] for (2) secs
hornbeef
Scratcher
34 posts

"Create own block" dropdown list

TimothyLawyer wrote:

little_kitten wrote:

How do you type the dropdown symbol?
Type a space and the letter v (lowercase) in between [ ].
choose [item 1 v] :: custom 
helped me too!
LilAdamBrooks
Scratcher
99 posts

"Create own block" dropdown list

hornbeef wrote:

derpmeup wrote:

Support! There is a way to get hacked custom blocks, but it isn't easy.
how?
when green flag clicked
say [tell me pleeeese??:/] for (2) secs
Look at http://scratch.mit.edu.ezproxyberklee.flo.org/projects/25428523/ and read the instructions.
Zappy1333
Scratcher
100+ posts

"Create own block" dropdown list

Support! Custom blocks should also be able to return a value
MushroomMan99
Scratcher
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?
little_kitten
Scratcher
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
?
jrezneckbhds
Scratcher
500+ posts

"Create own block" dropdown list

Me_Tis wrote:

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?
Great idea! This would be a lot easier, so I support!
rainierroitayam
Scratcher
100+ posts

"Create own block" dropdown list

Support!
cwrivera99
Scratcher
500+ posts

"Create own block" dropdown list

little_kitten wrote:

Sorry, I know I already asked, but I didn't really understand the answer, so is it
[ v]
or
v
?
Here's what you want-
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
Scratcher
92 posts

"Create own block" dropdown list

LilAdamBrooks wrote:

hornbeef wrote:

derpmeup wrote:

Support! There is a way to get hacked custom blocks, but it isn't easy.
how?
when green flag clicked
say [tell me pleeeese??:/] for (2) secs
Look at http://scratch.mit.edu.ezproxyberklee.flo.org/projects/25428523/ and read the instructions.
It isn't shared!!
ChocolatePi
Scratcher
1000+ posts

"Create own block" dropdown list

Support for enumerations!

Powered by DjangoBB