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

#3101 2013-04-09 21:44:51

TiffanyK
New Scratcher
Registered: 2013-04-08
Posts: 4

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when space key pressed
say [This is cool!] for 3 secs

Offline

 

#3102 2013-04-09 21:48:58

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

TiffanyK wrote:

when space key pressed
say [This is cool!] for 3 secs

Fixed, you forgot the

Code:

[/scrtchblocks]

tag.

Regards

~7734f

Last edited by 7734f (2013-04-09 21:49:50)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3103 2013-04-09 21:49:12

TiffanyK
New Scratcher
Registered: 2013-04-08
Posts: 4

Re: Official [Scratchblocks] Testing Play Area

oops
I meant

when space key pressed
say [I failed last time I tried this] for 3 secs
wait 5 secs
move no steps
I hope it works this time.

Offline

 

#3104 2013-04-09 21:53:51

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

TiffanyK wrote:

oops
I meant

when [space v] key pressed
say [I failed last time I tried this] for (3) secs
wait (5) secs
move [no] steps
I hope it works this time.

Fixed.

Last edited by OrcaCat (2013-04-09 21:58:39)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#3105 2013-04-09 21:57:33

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

TiffanyK wrote:

when [space v] key pressed
say [This is cool!] for (3) secs

Fixed, you forgot the[/scratchblocks]
tag.

Regards

~7734f

Fixed entirely.

Last edited by OrcaCat (2013-04-09 21:58:26)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#3106 2013-04-10 00:22:17

gene_bernardino13
New Scratcher
Registered: 2013-04-09
Posts: 9

Re: Official [Scratchblocks] Testing Play Area

Splodgey wrote:

rdococ wrote:

Splodgey wrote:


when i receive [lunch eaten v]
say [LOLOLOLOLOLOLOL] for [a lot] secs
broadcast [next post v]

when I receive [next post v]
say [Hahaha, so funny in't it?] for (2) secs
say ([sqrt v] of (-1)) for ((5) / (0)) secs
broadcast [fail v]

when i receive [fail v]
say [let me fix that a bit...] for [5] secs
broadcast [gb13 says what? v]

when i receive [gb13 says what? v]
say [What?] for [5] secs

Offline

 

#3107 2013-04-10 07:55:39

dr3w8
Scratcher
Registered: 2011-07-29
Posts: 81

Re: Official [Scratchblocks] Testing Play Area

cobraguy wrote:

repeat until <touching color [#000000]?>
move [10] steps
end
Can I make the "touching color" block display a black box instead of the word black?

Are you talking about this block?

Code:

<touching color [#000000]?>

The color input in scratchblocks on the forum uses hexadecimal (hex) colors.

Last edited by dr3w8 (2013-04-10 07:56:38)


http://i46.tinypic.com/1zfr32r.gif
http://i37.tinypic.com/2qixx6c.png

Offline

 

#3108 2013-04-10 11:08:26

cobraguy
Scratcher
Registered: 2009-11-18
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

dr3w8 wrote:

cobraguy wrote:

repeat until <touching color [#000000]?>
move [10] steps
end
Can I make the "touching color" block display a black box instead of the word black?

Are you talking about this block?

Code:

<touching color [#000000]?>

The color input in scratchblocks on the forum uses hexadecimal (hex) colors.

Yes, thanks. I just didn't know to use hexadecimal.

<touching color [#F50C6A]?>


Fruit Fighter, when your food eats you.
http://i.imgur.com/8CR6Lnj.png?1

Offline

 

#3109 2013-04-10 18:52:55

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <touching color [#FF0000]?>
  repeat (100)
    turn right (3.6) degrees
  end
  repeat (100)
    turn left (3.6) degrees
  end
end

when gf clicked
forever if <touching color [#000000]?>
  set [I am injured. v] to (100)
  say [ow.]
  wait (2) secs
  say []
  set [I am injured. v] to (0)
end
stop all

Code:

[scratchblocks]
when gf clicked
repeat until <touching color [#FF0000]?>
  repeat (100)
    turn right (3.6) degrees
  end
  repeat (100)
    turn left (3.6) degrees
  end
end

when gf clicked
forever if <touching color [#000000]?>
  set [I am injured. v] to (100)
  say [ow.]
  wait (2) secs
  say []
  set [I am injured. v] to (0)
end
stop all
[/scratchblocks]

Offline

 

#3110 2013-04-10 19:26:35

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

CheeseMunchy wrote:

A play area. :DDD

I've been meaning to test some more....

When gf clicked
 :D

fixed.

Code:

[scratchblocks]
When gf clicked
 :D
[/scratchblocks]

btw, look at the first page of this topic.

Offline

 

#3111 2013-04-10 20:53:29

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

beyen wrote:

CheeseMunchy wrote:

A play area. :DDD

I've been meaning to test some more....

When gf clicked
 :D

fixed.

Code:

[scratchblocks]
When gf clicked
 :D
[/scratchblocks]

btw, look at the first page of this topic.

He was trying to mess it up.   neutral


http://i39.tinypic.com/3309476.jpg

Offline

 

#3112 2013-04-10 20:56:50

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

beyen wrote:

when gf clicked
repeat until <touching color [#FF0000]?>
  repeat [100]
    turn right [3.6] degrees
  end
  repeat (100)
    turn left [3.6] degrees
 end
end

when gf clicked
forever if <touching color [#000000]?>
  set [I am injured. v] to [100]
  say [ow.]
  wait [2] secs
  say []
  set [I am injured. v] to [0]

Fixed. Also, a "forever if" block is flat at the bottom, so you can't put a stop all scripts block under it.

Last edited by Liamadams (2013-04-10 20:57:12)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3113 2013-04-10 20:59:25

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

TiffanyK wrote:

when key [space v] pressed
say [This is cool!] for [3] secs

Fixed, you forgot the

Code:

[/scrtchblocks]

tag.

Regards

~7734f

LOL that was the FUNNIEST THING I HAVE EVER SEEN YOU DO!!!!!  lol
You MISSPELLED SCRATCHBLOCKS IN THE CODE!!!!!  tongue   tongue   lol   lol   lol   lol   lol

Last edited by Liamadams (2013-04-10 21:00:24)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3114 2013-04-10 21:01:39

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

PresidentialNyan wrote:

cauzality wrote:

when gf clicked
set size to [100]%
set [depth v] to [0]
set [x v] to [0]
set [y v] to [-200]
forever
   set size to ([100] - ((depth)/[4])) %
   set y to ([10] * ([sqrt v] of (([1] + (depth)) - [100])))
   if <key [w v] pressed?>
      change [depth v] by [3]
      if <(depth) > [200]>
         set [depth v] to [200]
   if <key [s v] pressed?>
      change [depth v] by [-3]
      if < (depth) < [0]>
         set [depth v] to [0]
   if < key [a v] pressed?>
      change x by [-3]
   if <key [d v] pressed?>
      change x by [3]
   end
   end
   end
   end
   end
   end

ta-dáááááã!!!!!!!!! fixed.

fixed?

Last edited by Liamadams (2013-04-11 21:38:29)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3115 2013-04-10 21:12:56

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when green flag clicked
change x by (([f- v] of (pick random [1] to [10])) + [±—·≠–§])
change (pick random [^] to [%]) by ([] mod [])
repeat (length of (pick random [5] to [5674235872345674893920]))
 set y to (([ ] - [ƒ]) * (pick random [1] to [10]))
 change volume by ([123456789] / [UIOPYTREWQASDFGHJKL:"?><MNBVCXZ])
end
forever
 change x by (round [¶])
lol.

Last edited by Liamadams (2013-04-10 21:13:14)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3116 2013-04-10 21:56:49

mmanplayer
Scratcher
Registered: 2013-03-11
Posts: 22

Re: Official [Scratchblocks] Testing Play Area

this ones gonna blow all your heads up!(not really!)




[scratchblocks]
when gf clicked
turn you into a cricket
go to weegee and TP to you and place weegee with you
repeat untill <(your HP)>  [0]>
think [i won!no actuly noone did!]
end script


plz post pleaaaaaaaaaaaaaaaasssssssssssssssssseeeeeeeeeeeeeeeeees

Offline

 

#3117 2013-04-11 01:34:07

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

cauzality wrote:

when gf clicked
set size to [100]%
set [depth v] to [0]
set [x v] to [0]
set [y v] to [-200]
forever
   set size to ([100] - ((depth)/[4])) %
   set y to ([10] * ([sqrt v] of (([1] + (depth)) - [100])))
   if <key [w v] pressed?>
      change [depth v] by [3]
      if <(depth) > [200]>
         set [depth v] to [200]
   if <key [s v] pressed?>
      change [depth v] by [-3]
      if < (depth) < [0]>
         set [depth v] to [0]
   if < key [a v] pressed?>
      change x by [-3]
   if <key [d v] pressed?>
      change x by [3]

fixed. by the way, it's not impossible.  cool

Offline

 

#3118 2013-04-11 01:44:55

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

mmanplayer wrote:

this ones gonna blow all your heads up!(not really!)




when gf clicked
turn you into a cricket
go to weegee and TP to you and place weegee with you
repeat until <(your HP) = [0]>
think [i won! no actually no one did!]
end
stop script

fixed. a couple of spelling mistakes.

when gf clicked
fix

Offline

 

#3119 2013-04-11 09:02:40

1337luke
New Scratcher
Registered: 2013-04-10
Posts: 2

Re: Official [Scratchblocks] Testing Play Area

when green flag clicked
eat burger

Offline

 

#3120 2013-04-11 12:05:48

themakerbaker
Scratcher
Registered: 2013-04-02
Posts: 13

Re: Official [Scratchblocks] Testing Play Area

 when gf clicked
 if <(coffee) + [hand]>
   go to [mouth v]
 wait until (swallowed)
broadcast [i need to clean v]
end
when i receive [i need to clean v]
 go to [tesco v]
broadcast [buy cillit bang v]
end
when i receive [buy cillit bang v]
say [HI I'M BARRY SCOTT] for (cleaning) secs

Offline

 

#3121 2013-04-11 12:13:16

themakerbaker
Scratcher
Registered: 2013-04-02
Posts: 13

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
go to the store and [buy a sega dreamcast v]
if <got dreamcast>
   plug in <dreamcast>
if <dreamcast plugged>
   put in sonic adventure

Offline

 

#3122 2013-04-11 12:22:22

themakerbaker
Scratcher
Registered: 2013-04-02
Posts: 13

Re: Official [Scratchblocks] Testing Play Area

when gf clicked

if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>
if <>

if <>
if <>
if <>
if <>
if <>





end

Offline

 

#3123 2013-04-11 13:39:09

themakerbaker
Scratcher
Registered: 2013-04-02
Posts: 13

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANABANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS
end

Offline

 

#3124 2013-04-11 14:00:56

NoxSpooth
Scratcher
Registered: 2013-03-19
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

7734f wrote:

TiffanyK wrote:

when key [space v] pressed
say [This is cool!] for [3] secs

Fixed, you forgot the

Code:

[/scrtchblocks]

tag.

Regards

~7734f

LOL that was the FUNNIEST THING I HAVE EVER SEEN YOU DO!!!!!  lol
You MISSPELLED SCRATCHBLOCKS IN THE CODE!!!!!  tongue   tongue   lol   lol   lol   lol   lol

I didn't find that funny at all.


http://i1244.photobucket.com/albums/gg572/BLU_Spy/Best-Cry-Ever_zps3b2b857a.gif Goodbye, 1.4... We'll miss you...

Offline

 

#3125 2013-04-11 14:15:09

Bowser_Jr
Scratcher
Registered: 2012-04-06
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

dundsdkjsdvkjdsjchkjdcjdvhksdjccjscjsckj


http://i1323.photobucket.com/albums/u591/ryan_hope1/e5e4c157-0449-4aae-ac37-a2cfaef18e90_zps1bd763f0.jpg

Offline

 

Board footer