Discuss Scratch

Charles12310
Scratcher
1000+ posts

"Create own block" dropdown list

shd02 wrote:

How would having the drop-down be different from this?
define move [direction]
if <(direction)=[up]> :: control
point in direction (0 v)
move (10) steps
end
if <(direction)=[down]> :: control
point in direction (180 v)
move (10) steps
end
when green flag clicked
move [down]

The only benefit of having the drop-down would be that project creator doesn't need to remember all of the options for the string. Usually, there aren't many options and all of the options are related. I don't support because it takes some work to add this feature and it is not useful enough.
It's just so you don't have to type the words in the block but rather just a few clicks.

It saves time.

move [up v] :: custom

move [down v] :: custom


A few internet communication companies want to corrupt the internet by getting rid of net neutrality. Stop Them!
FancyFoxy
Scratcher
500+ posts

"Create own block" dropdown list

Support! Drop-downs would simplify things and make sure you don't accidentally misspell a word.

THIS IS MY SIGNATURE. THIS MEANS IT IS AN AUTOMATIC MESSAGE THAT APPEARS AT THE BOTTOM OF ALL MY POSTS.
Hi! I'm FancyFoxy! I create animations and games that were never, EVER meant to be taken seriously.
FancyFoxy Heroes and #Thanksgiving are some of my latest projects, check them out!
Charles12310
Scratcher
1000+ posts

"Create own block" dropdown list

There is a way to use dropdowns in custom blocks. Go to this website, and go to the custom block creator.


A few internet communication companies want to corrupt the internet by getting rid of net neutrality. Stop Them!
-ShadowOfTheFuture-
Scratcher
1000+ posts

"Create own block" dropdown list

Support! It's already possible to do this by using hacked blocks though, I think.

<Insert uncreative signature here>









██       ██  ██            ██  ██       ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
███ ███ ██ ████ ██ ███ ███
█████████ █████ █████ █████████

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
braxbroscratcher
Scratcher
1000+ posts

"Create own block" dropdown list

Failord wrote:

You can actually hack to do this, (don't ask me how) but the hack doesn't let you do anything with it. There's also the problem of filling up the dropdown, assuming they non-hack implement it. For now, reporters and strings work fien.

If we can get a good, simple way for this to be added, then you have my support.
You can do it if you want thru %m.list or whatever it is.


My signature is kumquat proof.
But not tangerine pro-
nomnomnomnomnom










Current Project:
n/a
Quotes: “In our last hour, we burn the most brightly, trying to deny that we are burning out.” -Me
“Well, no. 1024 Killerbytes make a Murderbyte.” -MegaByteCorporations
“I hate out of context quotes.” -Me
“I hate it when Cubeupload breaks.” -Also me
Garamol56
Scratcher
100+ posts

"Create own block" dropdown list

TimothyLawyer wrote:

define move [direction ▿]
if <(direction ▿)=[up]> then
point in direction (0 v)
end
if <(direction ▿)=[down]> then
point in direction (180 v)
end
move (10) steps

when green flag clicked
move [up v]
move [down v]
Support!

Current Posts: 266
Code to find my posts: Z2FyYW1vbDU2
Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein
Buffek
Scratcher
100+ posts

"Create own block" dropdown list

Support!

when green flag clicked
say [I hate my username why did I name myself like this]
LuckyLucky7
Scratcher
1000+ posts

"Create own block" dropdown list

Support for the reasons above, there would also have to be a “create an option…” button if this would be added to Scratch.

I have about 3450 posts, 90 shared projects, 180 total created/followed topics, and 425 followers.

Happysoul05
Scratcher
100+ posts

"Create own block" dropdown list

Support.
Having 1,2,3 for dropdowns seems hard for me and
If i use up,down then a spell mistake can make bugs.
TheAdriCoolManDude
Scratcher
1000+ posts

"Create own block" dropdown list

Support. I think a drop down menu for when you want to make a drop-down should be a thing and you should be able to define all of the drop-downs.


scratcherjack9000
Scratcher
1000+ posts

"Create own block" dropdown list

Happysoul05 wrote:

Support.
Having 1,2,3 for dropdowns seems hard for me and
If i use up,down then a spell mistake can make bugs.

TheAdriCoolManDude wrote:

Support. I think a drop down menu for when you want to make a drop-down should be a thing and you should be able to define all of the drop-downs.
Please don't necropost.
aidenawesome
Scratcher
18 posts

"Create own block" dropdown list

support!
KJRYoshi07
Scratcher
1000+ posts

"Create own block" dropdown list

aidenawesome wrote:

support!
Why do you support?
For every 60 second rule I will add a …

moved accounts lol
Sairam1265
Scratcher
42 posts

"Create own block" dropdown list

Support!

Finished Maze Runner 2
link: https://scratch.mit.edu/projects/284068381/
What do you need for Maze Runner 3
Here is the basic changelog:-
  1. Recreation of all buttons.
  2. Add all buttons to same Sprite.
  3. Unlock feature.
  4. Message feature.
  5. any else you like to have
MrSquirrelDeDuck
Scratcher
100+ posts

"Create own block" dropdown list

Great Idea! This gets my support, But! you could use other drop-downs like costumes, sounds, lists, and other to not have to add something to the drop-down every time you add something!

define Dropdown Example: [Costumes]
if <(Costumes) = [Cat]> then
Say [Cat!] for (2) secs
end
if <(Costumes) = [Horse]> then
Say [Horse!] for (2) secs
end


When gf clicked
Dropdown Example: [Cat! v]
Dropdown Example: [Horse! v]

Or something like that!


When life gives you lemons. Don't make lemonade! GET MAD! Make life take the lemons back! -Cave Johnson
yoreni
Scratcher
43 posts

"Create own block" dropdown list

suport

by this logic, we can remove
move (10) steps
why not just use
go to x: ((x position) + ([cos v] of ((direction) * (10)))) y: ((y position) + ([sin v] of ((direction) * (10))))
i mean jeez so simple
ScratchMarioMan64
Scratcher
100+ posts

"Create own block" dropdown list

This has been supported since 2014; the year where I was starting on Scratch!!

I think it should be added for the convenience of it, instead of using specific strings or numbers.

Seriously, Scratch. This thread is 5 years old. Take a look.

My username says “ScratchMarioMan64” but you can call me Aris.
Mr_PenguinAlex
Scratcher
1000+ posts

"Create own block" dropdown list

Support, this would be very useful in many situations. Why hasn't it been added yet after all this time?

Last edited by Mr_PenguinAlex (Aug. 17, 2019 17:10:40)


evanultra01
Scratcher
100+ posts

"Create own block" dropdown list

Support! DropDowns/enums would be great for Scratch!
ScratchMarioMan64
Scratcher
100+ posts

"Create own block" dropdown list

The Scratch Wiki wrote:

Glitch variables could be made by naming them with names including %d (direction drop down/number insert), %s (text input), %m (variable drop down), %b (boolean), %n (number input), or %c (color input)

This bug was patched in v423 of Scratch and no longer works.
It used to be in 2.0 but then they patched it. Might've been a good glitch to fully add in, lol.

My username says “ScratchMarioMan64” but you can call me Aris.

Powered by DjangoBB