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

#101 2012-01-29 04:47:14

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New Scratch Forum Blocks

Oh, okay. I feel so dumb now xD


Why

Offline

 

#102 2012-01-29 06:42:54

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: New Scratch Forum Blocks

Isn't the end bit of a c-block supposed to be the same length as the top bit?

if
really really really long boolean
say
short end part
say
shouldn't it be the same length?


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#103 2012-01-29 07:50:42

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: New Scratch Forum Blocks

joefarebrother wrote:

Isn't the end bit of a c-block supposed to be the same length as the top bit?

if
really really really long boolean
say
short end part
say
shouldn't it be the same length?

Yeah, it should, but it's technical limitations...

Could we have a shorter tag name, like just [sb]?

Last edited by scimonster (2012-01-29 07:51:09)

Offline

 

#104 2012-01-29 08:12:04

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: New Scratch Forum Blocks

scimonster wrote:

joefarebrother wrote:

Isn't the end bit of a c-block supposed to be the same length as the top bit?

if
really really really long boolean
say
short end part
say
shouldn't it be the same length?

Yeah, it should, but it's technical limitations...

Could we have a shorter tag name, like just [sb]?


http://i.imgur.com/1QqnHxQ.png

Offline

 

#105 2012-01-29 08:22:11

SpaceManMike
Scratcher
Registered: 2008-02-09
Posts: 100+

Re: New Scratch Forum Blocks

what about all the old miscellaneous posts?


http://26.media.tumblr.com/tumblr_lvdp6tYTlp1qkvzkho1_500.png

Offline

 

#106 2012-01-29 08:53:47

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: New Scratch Forum Blocks

JSO wrote:

Hey Scratchers!

We have just replaced the ancient forum blocks with a new 'plugin' I've been developing for a while.

You can now write out scripts between [scratchblocks][/scratchblocks] tags. It uses a syntax that is supposed to look very similar to the real scratch blocks. It will probably all become a whole lot clearer after looking at the example below  smile

More help on how to use the plugin is available on this wiki page.

If you find any bugs that are not yet listed here, please report them on this forum thread. Thanks!

Please do not spam this thread with your blocks experiments; I encourage you to practice your forum block skills but please do so here for now  smile

Code:

when green flag clicked
repeat (10)
  go to [mouse-pointer v]
  point in direction (pick random (-180) to (180))
  repeat until <touching [edge v] ?>
    move (2) steps
  end
  wait (1) secs
end
think [Woah! New scripts in the forums!] for (2) secs

when clicked
repeat
10
go to
mouse-pointer
point in direction
pick random
-180
to
180
repeat until
touching
edge
?
move
2
steps
wait
1
secs
think
Woah! New scripts in the forums!
for
2
secs

when clicked
forever
say
this is epik
say
but hard to use


◕‿◕

Offline

 

#107 2012-01-29 09:02:14

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Scratch Forum Blocks

These are way better than the old ones. Those were messy and just plain UGLY!

when clicked
TEST

OMG THEY ARE WAYYYYYYYYYYY BETTER


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#108 2012-01-29 10:11:46

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: New Scratch Forum Blocks

Lucario621 wrote:

Greenatic wrote:

Would it be possible to add another one, but that allows you to define the parameters?  (i.e. [customblocks]"'blockspec' in 'category'"[/customblocks] )  That would allow us to bring back the Block Library to those who don't install the Antidote...

This is an idea that we considered during development. However, we did not proceed as we felt it would take too much of our resources to add, for a feature that only a small section of the forum and wiki articles would use.

I don't see how it would be too difficult.  All you have to do is tell it to set the color based on 'category', and parse the blockspec just like it already does.

See?
It
already
parses
blockspecs!

Last edited by Greenatic (2012-01-30 19:39:29)

Offline

 

#109 2012-01-29 10:21:44

mattlai2
Scratcher
Registered: 2011-12-06
Posts: 100+

Re: New Scratch Forum Blocks

Chrischb wrote:

RedRocker227 wrote:

I still wish there was somewhere where we could find out how to produce ALL the blocks though.

Is this not good enough? D:

Sometimes, I don't want to open Scratch just to look at the whole name of the block. For example, most of us have forgotten that there is a "?" after "touching color".

Offline

 

#110 2012-01-29 10:24:26

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New Scratch Forum Blocks

mattlai2 wrote:

Chrischb wrote:

RedRocker227 wrote:

I still wish there was somewhere where we could find out how to produce ALL the blocks though.

Is this not good enough? D:

Sometimes, I don't want to open Scratch just to look at the whole name of the block. For example, most of us have forgotten that there is a "?" after "touching color".

There's a "?" after most, if not all, booleans.


Why

Offline

 

#111 2012-01-29 10:25:31

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New Scratch Forum Blocks

SpaceManMike wrote:

what about all the old miscellaneous posts?

*Facepalm*. Your sig gave me permission c: What's that got to do with the new blocks?


Why

Offline

 

#112 2012-01-29 11:14:54

soft319
Scratcher
Registered: 2008-02-19
Posts: 1000+

Re: New Scratch Forum Blocks

when key
qwerty
pressed
think
Don't make lemonade!
make lemonade anyway

AWESOME

Last edited by soft319 (2012-01-29 11:15:14)


http://bluetetrarpg.web44.net/usercard/img.php?name=soft319

Offline

 

#113 2012-01-29 15:47:02

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: New Scratch Forum Blocks

when clicked
forever
think
Interesting
for
a few
secs
wait
2
secs
say
Will this be a Scratch text-based programming language?
for
a few
secs

Last edited by maxskywalker (2012-01-29 15:47:43)

Offline

 

#114 2012-01-29 16:21:24

Bsteward
Scratcher
Registered: 2010-04-13
Posts: 100+

Re: New Scratch Forum Blocks

Finally it's released in the forums!


Interested in the future of Scratch?http://ffs.us.to/1.png
http://i40.tinypic.com/2i9jejd.jpgIt has http://bit.ly/Ol3MfD views. Click to add one more!

Offline

 

#115 2012-01-29 16:45:21

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: New Scratch Forum Blocks

Maybe the ? should be optional for booleans


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#116 2012-01-29 16:59:34

imnotbob
Scratcher
Registered: 2010-12-11
Posts: 1000+

Re: New Scratch Forum Blocks

when clicked
say
Check your reports

Last edited by imnotbob (2012-01-29 16:59:57)


PesterChum Handle: annoyingAnchorman
durp yo terezi sup sup gotta beat john gotta beat john

Offline

 

#117 2012-01-29 17:30:20

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

Re: New Scratch Forum Blocks

clone self

Darn, it was worth a shot.

when clicked
forever
say
Darn, it was worth a shot.
think
(timer)
think
timer
think
variable
think
variable

Last edited by henley (2012-01-29 17:33:37)


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

Offline

 

#118 2012-01-30 01:47:57

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

Re: New Scratch Forum Blocks

when clicked
say
OH MY SAURON!!!
for
over 90000000!!!!!
secs
say
These are much better!
for
3
secs
-TRANSMISSION ENDED-

I like my
-TRANSMISSION ENDED-

block.  tongue

Last edited by wolvesstar97 (2012-01-30 01:49:01)


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

#119 2012-01-30 01:52:39

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

Re: New Scratch Forum Blocks

when clicked
old lady says
I sure hope nobody pelts me with banannas!
for
hmm...
secs
broadcast
pelt her with banannas guys!
when I receive
pelt her with banannas guys!
change
BANANNA!
by
3
set
HARFAFRAFAF DIE LADY
to
over 9000000!
-TRANSMISSION ENDED-

Last edited by wolvesstar97 (2012-01-30 01:53:21)


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

#120 2012-01-30 03:29:10

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: New Scratch Forum Blocks

joefarebrother wrote:

Maybe the ? should be optional for booleans

And the % sign for those that have.

Offline

 

#121 2012-01-30 08:19:27

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: New Scratch Forum Blocks

Oh no! The << problem is still there!
<<
((
))
>>


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#122 2012-01-30 08:20:54

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: New Scratch Forum Blocks

Hardmath123 wrote:

Oh no! The << problem is still there!
<<
((
))
>>

What problem is that?


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#123 2012-01-30 08:45:45

mattlai2
Scratcher
Registered: 2011-12-06
Posts: 100+

Re: New Scratch Forum Blocks

Hardmath123 wrote:

Oh no! The << problem is still there!
<<
((
))
>>

[/blocks]Well, the old blocks are still working. For example,

<move( 10 )steps>
[/blocks]They change into blocks even if there is no [blocks] tag.

Offline

 

#124 2012-01-30 09:01:48

Vista4563
Scratcher
Registered: 2009-07-20
Posts: 500+

Re: New Scratch Forum Blocks

You know, if you want to test the blocks, it would be preferred to not submit the text.

Instead of using quick-post, choose "Post reply" and Preview your post. When you're done experimenting, go back.

Last edited by Vista4563 (2012-01-30 09:04:53)


Team Vista | TBG Moderator | #stopKony #Kony2012 | http://ls.gd/icgrin http://is.gd/78GWUZ
http://is.gd/jEY5Ihttp://is.gd/Vl19zR http://i.imgur.com/L4HIs.png

Offline

 

#125 2012-01-30 09:11:50

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: New Scratch Forum Blocks

Paddle2See wrote:

Hardmath123 wrote:

Oh no! The << problem is still there!
<<
((
))
>>

What problem is that?

<<'s and (('s (and the rest of the old blocks) create images — not to mention the rest of the post turns bold.

Now that we have the new blocks, can we delete the old [blocks]?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer