This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-05-10 17:03:27

bman5
Scratcher
Registered: 2009-08-28
Posts: 34

New Block ideas

I made this topic so people could post their blocks they think should be in the next versions of Scratch. These are mine.

<[height] of [Sprite1]> and <[base] of [Sprite1]>

Are these good ideas? If you have more ideas post them here. If you have feedback or questions post them on my account.  lol

Offline

 

#2 2010-05-10 18:19:34

DaedalusYoung
Scratcher
Registered: 2010-05-05
Posts: 8

Re: New Block ideas

Don't know if it's been mentioned, but it might be useful to have:

<switch [foo]>
<case [default]>
<case [bar]>

This basically is an easy way of checking a variable to see if it's any of the 'case' values. Instead of this, one would use:
<if [foo]>
<else>
<if [bar]>
<else>
<baz>
Which is more cumbersome and can become messy with multiple <if><else> statements nested.

Offline

 

#3 2010-05-10 19:12:27

bananaman114
Scratcher
Registered: 2010-03-15
Posts: 1000+

Re: New Block ideas

a " not" block so that something doesn't happen                             






:p


the sun still shines

Offline

 

#4 2010-05-11 12:04:35

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: New Block ideas

Thanks for the suggestions! The best thing to do is to post one suggestion per thread. That makes it easier to think it through and focus on refining one particular idea. You might also read the sticky about suggestions, and make a mockup. Mockups really help everyone to understand the ideas behind the suggestion, and help refine them.
Scratch On!


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#5 2010-05-13 16:28:31

bman5
Scratcher
Registered: 2009-08-28
Posts: 34

Re: New Block ideas

<hidden> This block would tell you if the Sprite is hidden.

Offline

 

#6 2010-05-20 04:30:35

Bradley123
Scratcher
Registered: 2010-03-05
Posts: 2

Re: New Block ideas

Perhaps better music input blocks? Here are some suggetions.

Slurring
A C-shaped block saying "slurred", so all the music notes inside it would slur (as in, play smoothly for those non-musicians)

Changes on current blocks:

Instead of putting note no. 56 or something like that, we put like A4 or Db3 or F#4?

<play note(  )for(  )secss>


And instrument names:

<set instrument to(

Offline

 

#7 2010-05-20 04:32:48

Bradley123
Scratcher
Registered: 2010-03-05
Posts: 2

Re: New Block ideas

bman5 wrote:

I made this topic so people could post their blocks they think should be in the next versions of Scratch. These are mine.

<[height] of [Sprite1]> and <[base] of [Sprite1]>

Are these good ideas? If you have more ideas post them here. If you have feedback or questions post them on my account.  lol

Oh yeah, there could be "height blocks" and "base blocks" like the x position blocks and y position blocks

Offline

 

#8 2010-05-21 17:04:51

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: New Block ideas

cliclub wrote:

<say[ ]steps>

[/blocks]
How can you say steps? I'm sorry, but I don't believe that's possible unless I'm misunderstanding you - if that's the case, care to elaborate?

EDIT: You may be wondering how I quoted a post that didn't exist yet. I have psychic powers! Actually, cliclub deleted his post and then reposted it  smile

Last edited by coolstuff (2010-05-21 17:09:00)

Offline

 

#9 2010-05-21 17:05:27

cliclub
Scratcher
Registered: 2008-05-17
Posts: 7

Re: New Block ideas

<say[  )steps>

Offline

 

#10 2010-05-21 18:02:40

shamrocker
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: New Block ideas

coolstuff wrote:

cliclub wrote:

<say[ ]steps>

[/blocks]
How can you say steps? I'm sorry, but I don't believe that's possible unless I'm misunderstanding you - if that's the case, care to elaborate?

EDIT: You may be wondering how I quoted a post that didn't exist yet. I have psychic powers! Actually, cliclub deleted his post and then reposted it  smile

I think he means say how many steps you want to take.


http://i46.tinypic.com/2s1b32e.png
respect the oxford comma

Offline

 

#11 2010-05-21 18:09:15

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: New Block ideas

shamrocker wrote:

coolstuff wrote:

cliclub wrote:

<say[ ]steps>

[/blocks]
How can you say steps? I'm sorry, but I don't believe that's possible unless I'm misunderstanding you - if that's the case, care to elaborate?

EDIT: You may be wondering how I quoted a post that didn't exist yet. I have psychic powers! Actually, cliclub deleted his post and then reposted it  smile

I think he means say how many steps you want to take.

You can easily have that effect using the "ask" block:

Code:

ask [How many steps do you want to take?] and wait
move (answer) steps

Last edited by coolstuff (2010-05-21 18:09:36)

Offline

 

#12 2010-05-21 18:56:03

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: New Block ideas

cliclub wrote:

<say[  )steps>

I'm sort of wondering why we have these forum blocks in the first place. I've never seen anyone take the time to construct a proper script out of them, and it's far easier just to upload a picture of your script.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#13 2010-05-21 18:58:59

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: New Block ideas

fullmoon wrote:

I'm sort of wondering why we have these forum blocks in the first place. I've never seen anyone take the time to construct a proper script out of them, and it's far easier just to upload a picture of your script.

I agree. There's also multiple bugs with them, they haven't been updated since version 1.1, and they look bad  hmm

Offline

 

#14 2010-05-22 02:42:08

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: New Block ideas

coolstuff wrote:

fullmoon wrote:

I'm sort of wondering why we have these forum blocks in the first place. I've never seen anyone take the time to construct a proper script out of them, and it's far easier just to upload a picture of your script.

I agree. There's also multiple bugs with them, they haven't been updated since version 1.1, and they look bad  hmm

At least they work for small scripts...  smile

I prefer text blocks, though.


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#15 2010-06-13 21:14:13

bman5
Scratcher
Registered: 2009-08-28
Posts: 34

Re: New Block ideas

<say[ )steps> ???

Last edited by bman5 (2010-06-13 21:15:55)

Offline

 

#16 2010-06-13 22:42:04

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: New Block ideas

bananaman114 wrote:

a " not" block so that something doesn't happen                             






tongue

They already have that...  tongue


-End Transmission-

Offline

 

#17 2010-09-23 21:35:52

awsome-nes422
Scratcher
Registered: 2010-07-12
Posts: 8

Re: New Block ideas

<not <>?>

Offline

 

#18 2010-09-23 21:50:13

samurai768
Scratcher
Registered: 2009-07-21
Posts: 1000+

Re: New Block ideas

Bradley123 wrote:

Perhaps better music input blocks? Here are some suggetions.

Slurring
A C-shaped block saying "slurred", so all the music notes inside it would slur (as in, play smoothly for those non-musicians)

Changes on current blocks:

Instead of putting note no. 56 or something like that, we put like A4 or Db3 or F#4?

<play note(  )for(  )secss>


And instrument names:

<set instrument to(

I agree.

Offline

 

#19 2010-09-25 10:42:34

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: New Block ideas

bman5 wrote:

<hidden> This block would tell you if the Sprite is hidden.

Good idea, but what you could do is create a variable called "hidden?" and then have the sprite be set so that:

   
FOREVER:

     IF (hidden?) = 0
         hide

    IF (hidden?) = 1
        show

Offline

 

#20 2010-10-01 00:03:19

Bentheneighbor
Scratcher
Registered: 2008-12-24
Posts: 100+

Re: New Block ideas

coolstuff wrote:

fullmoon wrote:

I'm sort of wondering why we have these forum blocks in the first place. I've never seen anyone take the time to construct a proper script out of them, and it's far easier just to upload a picture of your script.

I agree. There's also multiple bugs with them, they haven't been updated since version 1.1, and they look bad  hmm

Yeah.  There not even the right color.  (The tabs)  Anyway, a block they need to add is a "Stop sound block" where you select the individual sound that is being stopped.

Last edited by Bentheneighbor (2010-10-01 00:03:55)


"Something most Flash developers couldn't do."/"If 50 people did this, I would be amazed."/"Truly the best game on Scratch."/"So realistic, dark, and even beautiful, this game is better than 90% of escape games!" Real comments! CLICK HERE to see for yourself!

Offline

 

#21 2011-02-28 14:17:13

spencertr
Scratcher
Registered: 2011-01-23
Posts: 13

Re: New Block ideas

[blocks]<color[ touching[ [/blocks]

Offline

 

#22 2011-02-28 14:24:04

spencertr
Scratcher
Registered: 2011-01-23
Posts: 13

Re: New Block ideas

color[ <touching[

Offline

 

#23 2011-03-07 12:57:03

Rexpup
Scratcher
Registered: 2010-10-17
Posts: 100+

Re: New Block ideas

I made a mock-up of a new block idea called: "if, if, if, else"  in which it check multipule cases.  There could be plus and minus buttons to add or remove cases.
http://mysite.verizon.net/bradley.phillyboy22/if.gif


http://i.imgur.com/QQH4J.gif

Offline

 

Board footer