Discuss Scratch
- Discussion Forums
- » Suggestions
- » "Create own block" dropdown list
- alexphan
-
1000+ posts
"Create own block" dropdown list
Reason? support
For suggestion: Support, would be useful in many projects.
6th page yas
Last edited by alexphan (Feb. 20, 2016 17:23:07)
- Me_Tis
-
100+ posts
"Create own block" dropdown list
I KNOW HOW TO DO IT CHECK MY PROJECThttps://scratch-mit-edu.ezproxyberklee.flo.org/projects/83067366/\
Sorry For The Spam
The whole point of the dropdown list thing is to make it easy so there isn't much point in doing the workarounds. It should just be implemented… (please) +1, but is work-aroundable.
- Ninkancho
-
500+ posts
"Create own block" dropdown list
Support. Using a string input should work fine, but it might not be as easy to figure out in a custom block made for public use.
- the2000
-
1000+ posts
"Create own block" dropdown list
There should also be checkmark boxes for
Have all broadcast messages
Have all lists
Have all variables
(You get my point)
Have all broadcast messages
Have all lists
Have all variables
(You get my point)
- savaka
-
1000+ posts
"Create own block" dropdown list
Me too Great idea! This was a feature that I always found BYOB (now SNAP) was lacking and needed badly. And now scratch needs it too. Support!
- Me_Tis
-
100+ posts
"Create own block" dropdown list
Good idea! There should also be checkmark boxes for
Have all broadcast messages
Have all lists
Have all variables
(You get my point)
- Rex208
-
500+ posts
"Create own block" dropdown list
Support, this could definitely be useful for blocks with multiple uses.
- IgDegOo
-
1000+ posts
"Create own block" dropdown list
forever
support [Me_Tis v]'s idea ::sensing
end
Last edited by IgDegOo (March 2, 2016 15:35:57)
- Me_Tis
-
100+ posts
"Create own block" dropdown list
lolforever
support [Me_Tis v]'s idea ::sensing
end
- braxbroscratcher
-
1000+ posts
"Create own block" dropdown list
Yes it is… It's called Notepad++, google, and basic programming knowledge xD Support! There is a way to get hacked custom blocks, but it isn't easy.
- Me_Tis
-
100+ posts
"Create own block" dropdown list
The whole point of this idea is to make it easier, (the whole point of scratch), so you should be able to do it without downloading the json file and editing it.Yes it is… It's called Notepad++, google, and basic programming knowledge xD Support! There is a way to get hacked custom blocks, but it isn't easy.
- I_LIKE_YO_SCRATCH
-
26 posts
"Create own block" dropdown list
That would be awesome! I'd do a lot of things with that! 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]:: custom
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?
define set color to [color] ▾
if <(color:: imput) = [white]> then
set [color v] effect to [white]:: looks
end
...
Last edited by I_LIKE_YO_SCRATCH (March 10, 2016 03:04:46)
- Sheep_maker
-
1000+ posts
"Create own block" dropdown list
Support, and the switch block would be handy in this case.
- helloandgoodbye9
-
1000+ posts
"Create own block" dropdown list
Support, this would make APIs easier to understand!