Discuss Scratch

Quixotic
New to Scratch
18 posts

"Create own block" dropdown list

LOVE THAT IDEA!
Should definitely be implemented!

Very original!
PH-zero
Scratcher
100+ posts

"Create own block" dropdown list

Awsome! I definetly support!
Oh, and this came into my mind
define move (direcion = [up v]) //appearently the parser can't recognize the [up v] =)
if <direction =[up v]> //the red reporters should be custom-block-colored but i didn't get it to work
point in direction (0 v)
move (10) steps
end
if <direction =[down v]>
point in direction (180 v)
move (10) steps
end
when green flag clicked
move [down v] //category=custom
You could add/remove enumerations (list-entrys) by right-clicking on the block and then choose “edit”.

Ever wanted to rotate the stage? Or to
go to x:() y:() z:() ::custom
Click me!
Tikolu
Scratcher
85 posts

"Create own block" dropdown list

There should be
move (up v)  //It should be dark purple )=
also.

This signature is under a 24/7 Evil Kumquat protection system.
Me_Tis
Scratcher
100+ posts

"Create own block" dropdown list

AonymousGuy wrote:

Should they maybe be called enumerations, like they are in real programming languages?
If it isn't too confusing for beginners… shall I suggest it on the original post?

See my 3D project or my masterpiece: Brain-Twist 3
Me_Tis
Scratcher
100+ posts

"Create own block" dropdown list

PH-zero wrote:

Awsome! I definetly support!
Oh, and this came into my mind
define move (direcion = [up v]) //appearently the parser can't recognize the [up v] =)
if <direction =[up v]> //the red reporters should be custom-block-colored but i didn't get it to work
point in direction (0 v)
move (10) steps
end
if <direction =[down v]>
point in direction (180 v)
move (10) steps
end
when green flag clicked
move [down v] //category=custom
You could add/remove enumerations (list-entrys) by right-clicking on the block and then choose “edit”.
Another good suggestion…

See my 3D project or my masterpiece: Brain-Twist 3
VoltageGames
Scratcher
1000+ posts

"Create own block" dropdown list

the workaround is too easy. Do a string where you want the dropdown. Then, in the string on the block, put in the direction, then make the appropriate changes to the definition.

i3-6100 / r9 380 / 8 gigs ram / 1 tb hdd

Click here to inflate my ego and thank me for my posts.


Me_Tis
Scratcher
100+ posts

"Create own block" dropdown list

VoltageGames wrote:

the workaround is too easy. Do a string where you want the dropdown. Then, in the string on the block, put in the direction, then make the appropriate changes to the definition.
The whole point of programming languages (especially scratch) is to make programming easy. Using workarounds is annoying. If you wanted to do that kind of thing, you may as well be programming in assembly (http://en.wikipedia.org/wiki/Assembly_language)

See my 3D project or my masterpiece: Brain-Twist 3
minirag
Scratcher
81 posts

"Create own block" dropdown list

I support

The ST should add this!




GrannyCookies
Scratcher
100+ posts

"Create own block" dropdown list

Supporrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrt.


1234abcdcba4321
Scratcher
1000+ posts

"Create own block" dropdown list

Support

I mean, I wouldn't have suggested this if I didn't like it!

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
KingOfAwesome58219
Scratcher
1000+ posts

"Create own block" dropdown list

Full support



TehCow
Scratcher
50 posts

"Create own block" dropdown list

Support!



When a first you don't succeed, tr- WHAT!?! Griffpatch shared a new project?!?! *Views project* Man, I'll never be that good.
theonlygusti
Scratcher
1000+ posts

"Create own block" dropdown list

TimothyLawyer wrote:

Me_Tis wrote:

Any suggestions, improvements or just support?
Support.

The Unicode white down-pointing small triangle (U-25BF) could be used to indicate the dropdown variable.

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

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

Failord
Scratcher
1000+ posts

"Create own block" dropdown list

I have a new idea! You guys are going to hate this! Instead of "move [left v],“ you could make x number of custom blocks like this: ”move left“ ”move right“ move up” move down"

Thotz?

Thanks for the ride, Scratch Team and community! Unfortunately, the time has come for me to move on from Scratch, so I'll no longer be using the forums. Thanks again, and farewell!
Invisible text! This will show you if a profile I claim to be mine IS mine. Just remember to visit the profile and see if I confirmed in the comments.
For old time's sake, see the revolutionary Laser Battle 2.0! Also see Unstoppable Game!

And no, the evil kumquats didn't alter my signature…
stickfiregames
Scratcher
1000+ posts

"Create own block" dropdown list

Failord wrote:

I have a new idea! You guys are going to hate this! Instead of "move [left v],“ you could make x number of custom blocks like this: ”move left“ ”move right“ move up” move down"

Thotz?
What if you have 100 variables in your project and you want a custom block to change one? You would need a lot of custom blocks.

Last edited by stickfiregames (Nov. 4, 2014 22:34:59)











If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
little_kitten
Scratcher
500+ posts

"Create own block" dropdown list





__ __ __ _ __ __
/___ | | |__||__| / \ |__| | |
___/ \_/ | | \__/ | \ | .


The above post was likely clear sass. 10 outta 10.
Unless it wasn't. Which happens from time to time. Sadly.
pro4life
Scratcher
19 posts

"Create own block" dropdown list

cool! great Idea!


pro4life

-Awesomeness Is Awesome

when green flag clicked
forever

if <(distance to [pro4life v]) < [50]> then

say [OMG ITS PRO4LIFE I WANT TO FOLLOW HIM SO I WILL]
end



end
Prinseskat
Scratcher
1000+ posts

"Create own block" dropdown list

Support.

haha funny kumquat meme
chabad360
Scratcher
20 posts

"Create own block" dropdown list

im working on a way to get custom menus in JSON, it will take a while and at this point i just started so…
__init__
Scratcher
1000+ posts

"Create own block" dropdown list

+1

thisandagain pls explain

Powered by DjangoBB