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

#76 2009-10-09 11:24:01

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

Re: Typing Blocks in the Forums

[blocks]
<say[ hi
<say[ hi ]/say>
[/blocks]


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

Offline

 

#77 2009-10-23 17:26:23

Dardyn5
Scratcher
Registered: 2009-10-02
Posts: 100+

Re: Typing Blocks in the Forums

<when[ I am clicked
<wait( an amount of surviving
<< play sound I am Dardyn5 <or> yell my name >>
  cool

Last edited by Dardyn5 (2009-10-23 17:27:39)


My newest project
Random quote of the day: If you like shiny objects, chances are your a raccoon.

Offline

 

#78 2009-11-20 04:30:59

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Typing Blocks in the Forums

[blocks]<when green flag clicked>
<say[?]for(2)secs>[/blocks]

Offline

 

#79 2009-11-20 18:51:29

Dardyn5
Scratcher
Registered: 2009-10-02
Posts: 100+

Re: Typing Blocks in the Forums

<when[ The worst ]key pressed>
<say[ shoot ]for( I don't really care )secs>

Last edited by Dardyn5 (2009-11-20 18:51:52)


My newest project
Random quote of the day: If you like shiny objects, chances are your a raccoon.

Offline

 

#80 2009-11-30 22:44:10

TommyAGBoy
Scratcher
Registered: 2009-11-30
Posts: 10

Re: Typing Blocks in the Forums

These blocks haven't been updated since almost when Scratch started. They should update the glitches, and include the new blocks in the new versions of scratch. I'm gonna put this in suggestions!  big_smile

Offline

 

#81 2010-01-31 16:46:52

otnayupidstay
Scratcher
Registered: 2009-12-01
Posts: 35

Re: Typing Blocks in the Forums

[blocks] <abs(  )>[/blocks] IS AN OBSOLETE BLOCK!

Last edited by otnayupidstay (2010-01-31 16:47:50)


IN SOVIET RUSSIA, TBGs CLOSE SCRATCH TEAM.
http://internetometer.com/image/13020.png

Offline

 

#82 2010-02-01 08:25:48

funnyman1120
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Typing Blocks in the Forums

<when green flag clicked>
<<<say[ Chocolate ]for( 5 )secs>  <or> <play sound[ FUN >>


Check out my website for updates on all your favorite games! Funnyman1120's Website

Offline

 

#83 2010-02-06 13:08:45

arien42
Scratcher
Registered: 2010-01-24
Posts: 1

Re: Typing Blocks in the Forums

http://scratch.mit.edu/forums/viewtopic.php?id=1340#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=1340#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=1340#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=1340#req_message

Offline

 

#84 2010-02-07 05:48:41

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Typing Blocks in the Forums

The http://scratch.mit.edu/forums/img/sb_no_nums/playsound_andwait.png block doesn't work.

I mean if you click on it, it adds (1) to the code. But the result is (2). What should be added to code is (3), which gives you (4).

Code:

(1) <play sound[  ]and waits>
(3) <play sound[  ]and wait>

(2) [blocks]<play sound[ meow ]and waits>[/blocks]
(4) [blocks]<play sound[ meow ]and wait>[/blocks]

Offline

 

#85 2010-02-16 21:13:04

coolman333
Scratcher
Registered: 2009-12-31
Posts: 2

Re: Typing Blocks in the Forums

<when green flag clicked>
<forever>
<move( 10 )steps>
<if on edge, bounce>
<end>
     wow this is awesome


big_smile  <----- click on my name to enjoy my scratch projects!  big_smile

Offline

 

#86 2010-03-20 16:38:01

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: Typing Blocks in the Forums

<point towards( (( <stop script> <-> <color[ you ]is over[ <mouse x> ]> )) )>


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#87 2010-03-20 18:42:44

illusionist
Retired Community Moderator
Registered: 2008-07-02
Posts: 1000+

Re: Typing Blocks in the Forums

<play sound[  ]and waits>

Testing...

edit: AHAH!!! FAIL!!!  yikes

Last edited by illusionist (2010-03-20 18:43:07)


http://i.imgur.com/8LX1NrV.png

Offline

 

#88 2010-03-21 02:35:18

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Typing Blocks in the Forums

illusionist wrote:

<play sound[  ]and waits>

Testing...

edit: AHAH!!! FAIL!!!  yikes

[blocks]<play sound[ pop ]and wait>[/blocks]

Code:

[blocks]<play sound[ pop ]and wait>[/blocks]

1. Please type [ blocks ] before you start and [ /blocks ] at the end of the blocks.
2. It is spelled 'wait', not 'waits'.
3. Don't use this topic for testing.

Last edited by mathematics (2010-03-21 02:35:46)

Offline

 

#89 2010-03-21 10:48:12

ScratchGamer417
Scratcher
Registered: 2009-12-11
Posts: 500+

Re: Typing Blocks in the Forums

[blocks]<when green flag clicked>
<forever><if><end><end>

Offline

 

#90 2010-03-21 10:51:40

illusionist
Retired Community Moderator
Registered: 2008-07-02
Posts: 1000+

Re: Typing Blocks in the Forums

mathematics wrote:

illusionist wrote:

<play sound[  ]and waits>

Testing...

edit: AHAH!!! FAIL!!!  yikes

[blocks]<play sound[ pop ]and wait>[/blocks]

Code:

[blocks]<play sound[ pop ]and wait>[/blocks]

1. Please type [ blocks ] before you start and [ /blocks ] at the end of the blocks.
2. It is spelled 'wait', not 'waits'.
3. Don't use this topic for testing.

NO MINIMODDING!  lol

I was more reporting a glitch than testing.

When you click "play sound and wait" it comes out as "play sound and waits"
I didn't type it.

It is a glitch they need to fix. Not be covered up *glares*.  tongue

Last edited by illusionist (2010-03-21 10:51:57)


http://i.imgur.com/8LX1NrV.png

Offline

 

#91 2010-04-04 17:39:21

ev999
Scratcher
Registered: 2009-09-18
Posts: 41

Re: Typing Blocks in the Forums

<when green flag clicked><say[ Awesome!!!


Some signatures are bad.  This one is REALLY bad.

Offline

 

#92 2010-04-18 19:13:40

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Typing Blocks in the Forums

Scratchie wrote:

[blocks]<when[ my smily:-D<think[ hehehe ]for( many<repeat until><mouse down?><point towards( you )secs> ]clicked>

[/blocks]

Uh oh...GLITCH IN BLOCKS! GLITCH IN BLOCKS!

Offline

 

#93 2010-04-18 19:15:31

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Typing Blocks in the Forums

<forever><move( 25 )steps><end>

Offline

 

#94 2010-04-18 19:16:38

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Typing Blocks in the Forums

ajg29 wrote:

<forever><move( 25 )steps><end>

WHAT?!

Offline

 

#95 2010-04-18 19:17:39

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Typing Blocks in the Forums

ajg29 wrote:

ajg29 wrote:

<forever><move( 25 )steps><end>

WHAT?!

Another glitch?

Offline

 

#96 2010-04-19 08:48:15

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Typing Blocks in the Forums

ajg29 wrote:

ajg29 wrote:

WHAT?!

Another glitch?

1. You didn't type [ blocks ] before you start and [ /blocks ] at the end of the blocks.
2. You didn't press Enter.

Last edited by mathematics (2010-04-19 08:49:03)

Offline

 

#97 2010-04-19 08:50:12

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Typing Blocks in the Forums

So it should look like this,

[blocks]
<forever>
<move( 25 )steps>
<end>
[/blocks]

Code:

[blocks]
<forever>
<move( 25 )steps>
<end>
[/blocks]

Offline

 

#98 2010-05-28 21:37:46

Sparkpin
Scratcher
Registered: 2008-01-20
Posts: 1

Re: Typing Blocks in the Forums

<when green flag clicked>
<set{ Sparkpin Rocks }to( 1

Last edited by Sparkpin (2010-05-28 21:40:50)

Offline

 

#99 2010-05-31 11:24:09

TheGameMaster1231
Scratcher
Registered: 2009-07-24
Posts: 1000+

Re: Typing Blocks in the Forums

<color[   ]is over[   
<say[ Woo! A Block That Doesn't Even Exist! ]for( How Long This Topic Is Open )secs>

Last edited by TheGameMaster1231 (2010-05-31 11:26:47)

Offline

 

#100 2010-05-31 11:32:30

TheGameMaster1231
Scratcher
Registered: 2009-07-24
Posts: 1000+

Re: Typing Blocks in the Forums

<when green flag clicked>
<set{ Wordz  }to( You Just Lost The Game!
<repeat(  <{ Wordz  }>
<say[ I Can't Believe They Actually Let You Do This ]for(  pi )secs>
<end>
<stop all>

Last edited by TheGameMaster1231 (2010-05-31 11:34:26)

Offline

 

Board footer