This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » Updating the blocks in the forums: 34 new blocks and delete 5 old ones

#26 2010-03-01 00:20:06

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

I use images for scripts; they look so much better. And I can use lists and other new blocks...  wink

illusionist's idea is great, though; it's much easier.


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#27 2010-03-01 06:52:50

Dazachi
Retired Community Moderator
Registered: 2009-09-12
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

I love illusionist's idea!


Dazachi, Retired Community Moderator
May also know me as OJACheung.

Offline

 

#28 2010-03-01 19:19:34

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Same!  big_smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#29 2010-03-01 19:49:38

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Same!  big_smile

But it might be hard to implement... :S


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

 

#30 2010-03-01 20:06:59

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

It would be easier to implement if they went with a more fancy forum system like MyBB (or even phpBB)


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

#31 2010-03-01 21:12:36

Dazachi
Retired Community Moderator
Registered: 2009-09-12
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Although with 2.0 they might be able to do it.


Dazachi, Retired Community Moderator
May also know me as OJACheung.

Offline

 

#32 2010-03-02 00:03:25

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

And 2.0 is quite a while away...

What can be done now, is to add the missing blocks, get rid of the obsolete blocks, and change Numbers to Operators! Please hurry up...  smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#33 2010-06-23 08:05:11

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

There is also a glitch where

<color[  ]is over[

The rest of the text is in bold.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#34 2010-06-23 08:27:03

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

[blocks]

henley wrote:

There is also a glitch where

<color[  ]is over[

The rest of the text is in bold.

[/blocks]xD It's not a glitch.

If you look under the text box, you'll see

Adding Scratch Blocks:
To add Scratch Blocks to your post, type [blocks ] before you start and [/blocks ] at the end of the blocks.

If you don't do that, it will make everything bold. xD


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#35 2010-06-23 13:39:07

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Chrischb wrote:

I usually type the blocks as text, though...

Me two! Example:
`_______________
|when |# clicked|
|forever___]
| ||if <key {space v} pressed?>]
| || |[change y by (5)]
| || |[wait (1) secs]
| || |[change y by (-5)]
| || |[say {I jumped!} for (2) secs]
| ||_________________________]
|__________]
Although I do think better forum blocks would be nice. Here's the same script made with the forum blocks instead:
[blocks]
<when green flag clicked>
<forever>
<if><key[ space ]pressed?>
<change y by( 5
<wait( 1 )secs>
<change y by( -5
<say[ I jumped! ]for( 2 )secs>
<end>
<end>
[/blocks]
Ugh.


Yawn, another boring text signature. I should really make something better.

Offline

 

#36 2010-06-24 01:18:47

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Ooh, bumped!  big_smile
...

MyRedNeptune wrote:

[blocks]

henley wrote:

There is also a glitch where

<color[  ]is over[

The rest of the text is in bold.

[/blocks]xD It's not a glitch.

If you look under the text box, you'll see

Adding Scratch Blocks:
To add Scratch Blocks to your post, type [blocks ] before you start and [/blocks ] at the end of the blocks.

If you don't do that, it will make everything bold. xD

(Almost) no one ever uses the BBCode for blocks.  tongue


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#37 2010-06-24 02:21:15

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

jackrulez wrote:

Chrischb wrote:

I usually type the blocks as text, though...

Me two! Example:
`_______________
|when |# clicked|
|forever___]
| ||if <key {space v} pressed?>]
| || |[change y by (5)]
| || |[wait (1) secs]
| || |[change y by (-5)]
| || |[say {I jumped!} for (2) secs]
| ||_________________________]
|__________]
Although I do think better forum blocks would be nice. Here's the same script made with the forum blocks instead:
[blocks]
<when green flag clicked>
<forever>
<if><key[ space ]pressed?>
<change y by( 5
<wait( 1 )secs>
<change y by( -5
<say[ I jumped! ]for( 2 )secs>
<end>
<end>
[/blocks]
Ugh.

smile

But I understood more quickly with the forum blocks...  tongue


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

 

#38 2010-06-28 23:55:46

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Chrischb wrote:

jackrulez wrote:

Chrischb wrote:

I usually type the blocks as text, though...

Me two! Example:
`_______________
|when |# clicked|
|forever___]
| ||if <key {space v} pressed?>]
| || |[change y by (5)]
| || |[wait (1) secs]
| || |[change y by (-5)]
| || |[say {I jumped!} for (2) secs]
| ||_________________________]
|__________]
Although I do think better forum blocks would be nice. Here's the same script made with the forum blocks instead:
[blocks]
<when green flag clicked>
<forever>
<if><key[ space ]pressed?>
<change y by( 5
<wait( 1 )secs>
<change y by( -5
<say[ I jumped! ]for( 2 )secs>
<end>
<end>
[/blocks]
Ugh.

smile

But I understood more quickly with the forum blocks...  tongue

Really? Here's a little translator:
[ ] = command block edges/text field
( ) = reporter block edges/number field
< > = predicate block edges/boolean inserter
{ v} = drop-down menu
|  _______}
| |_______ = C-shaped block edges
| ________}


Yawn, another boring text signature. I should really make something better.

Offline

 

#39 2010-06-29 02:05:23

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

I think this is the easiest to understand:

http://img692.imageshack.us/img692/3162/251verysimplejumpingscr.png

big_smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#40 2010-06-29 02:25:51

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

But it takes a lot longer. Dx


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

 

#41 2010-06-29 09:09:01

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

I always just take pictures of my scripts... It makes your post look a heck of a lot better  big_smile

Offline

 

#42 2010-06-29 11:16:20

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

coolstuff wrote:

I always just take pictures of my scripts... It makes your post look a heck of a lot better  big_smile

Same here, but it also takes a lot longer.  hmm  I never realized we were missing 34 blocks! That's a bunch!  yikes


http://i42.tinypic.com/2rot8c2.png

Offline

 

#43 2010-06-30 15:29:20

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

If you want to build your own, you can try to take a picture of scripts when there are none. A little red box comes up (dismiss that) and all the stripes in the script area vanish!  yikes  But it's a LOT easier to remove the background in Paint.


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#44 2010-07-01 02:17:04

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

scratchisthebest wrote:

If you want to build your own, you can try to take a picture of scripts when there are none. A little red box comes up (dismiss that) and all the stripes in the script area vanish!  yikes

yikes  I just tried it, and it's SO AWESOME!!!  smile


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

 

#45 2010-07-01 02:27:44

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

scratchisthebest wrote:

If you want to build your own, you can try to take a picture of scripts when there are none. A little red box comes up (dismiss that) and all the stripes in the script area vanish!  yikes  But it's a LOT easier to remove the background in Paint.

Wow, awesome!  big_smile

In GIMP, it's pretty easy though - but this makes it easier, thanks!  smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#46 2010-07-13 09:51:00

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

BUMP.

Another thing! Look at this: [script variables ((a)) < >] That's the textified script variables block from BYOB, but the double parentheses transform on their own, and make the rest of the text ugly and bold. I didn't even type the [blocks] and [/blocks][/blocks] tags!  sad   sad   sad


Yawn, another boring text signature. I should really make something better.

Offline

 

#47 2010-07-13 17:18:53

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

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

jackrulez wrote:

BUMP.

Another thing! Look at this: [script variables ((a)) < >] That's the textified script variables block from BYOB, but the double parentheses transform on their own, and make the rest of the text ugly and bold. I didn't even type the [blocks] and [/blocks][/blocks] tags!  sad   sad   sad

If you do type the blocks and /blocks tags the text won't get ugly and bold  smile

Offline

 

#48 2010-07-14 02:12:14

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

coolstuff wrote:

jackrulez wrote:

BUMP.

Another thing! Look at this: [script variables ((a)) < >] That's the textified script variables block from BYOB, but the double parentheses transform on their own, and make the rest of the text ugly and bold. I didn't even type the [blocks] and [/blocks][/blocks] tags!  sad   sad   sad

If you do type the blocks and /blocks tags the text won't get ugly and bold  smile

And if you select the "Never show smilies as icons for this post" thing, the forum blocks won't work - fixing your problem.  smile

If you don't want to do that, put [b][/b] tags between the parentheses - that'll fix it.  smile
...
On topic: I WANT THE FORUM BLOCKS UPDATED  tongue


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#49 2010-07-14 20:07:57

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

When I ask andresmh, the most common response is that to update even the very few things, would take like an entire day's worth of work - so he doesn't have the time to do it. He recommends that if anybody knows PHP and wants to work on it, to do it with the Scratch Website source code and stuff, as it would be greatly appreciated  smile


http://i.imgur.com/WBkM2QQ.png

Offline

 

#50 2010-07-14 23:09:16

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Lucario621 wrote:

When I ask andresmh, the most common response is that to update even the very few things, would take like an entire day's worth of work - so he doesn't have the time to do it. He recommends that if anybody knows PHP and wants to work on it, to do it with the Scratch Website source code and stuff, as it would be greatly appreciated  smile

That sounds like nothing will ever get done...  sad

When 2.0 is released, I hope the forum blocks will get updated - otherwise, we'll be stuck with the prehistoric 1.1 blocks. Dx


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 
  • Index
  •  » Suggestions
  •  » Updating the blocks in the forums: 34 new blocks and delete 5 old ones

Board footer