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

#3126 2013-04-11 15:22:30

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

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

True dat


6418,

Offline

 

#3127 2013-04-11 21:33:36

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

Re: Official [Scratchblocks] Testing Play Area

Bowser_Jr wrote:

dundsdkjsdvkjdsjchkjdcjdvhksdjccjscjsckj

this place is for blockspam, not random letters.   neutral


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

Offline

 

#3128 2013-04-11 21:49:44

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say [I LOVE PLAYING WITH SCRATCHBLOCKS!]

Last edited by cobraguy (2013-04-11 21:50:06)


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

Offline

 

#3129 2013-04-11 21:51:21

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

Re: Official [Scratchblocks] Testing Play Area

set [spam v] to [RANDOM BLOCK SPAM Ogihaporjgpaoiwjgd;iajsegdaseg]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
say [:D]
Smiley blocks for EVERYONE!!!!!

Last edited by cobraguy (2013-04-11 21:52:53)


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

Offline

 

#3130 2013-04-11 21:54:53

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

Re: Official [Scratchblocks] Testing Play Area

set [smile v] to [:)]
Here's a smile!

Last edited by cobraguy (2013-04-11 21:55:37)


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

Offline

 

#3131 2013-04-11 23:03:10

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

Re: Official [Scratchblocks] Testing Play Area

when space key pressed
repeat until pigs fly
go to farm

Offline

 

#3132 2013-04-11 23:07:28

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

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

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]
      end
   end
   if <key [s v] pressed?>
      change [depth v] by [-3]
      if < (depth) < [0]>
         set [depth v] to [0]
      end
   end
   end
   if < key [a v] pressed?>
      change x by [-3]
   end
   if <key [d v] pressed?>
      change x by [3]
   end
end

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

fixed?

You need to put the "end" in the correct spot. Now it's fixed.


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

Offline

 

#3133 2013-04-12 07:49:35

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
 if <key [▼ v] pressed?>
  say [Key ▼ was pressed!] for (2) secs
 end
end


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

Offline

 

#3134 2013-04-12 07:54:06

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

Re: Official [Scratchblocks] Testing Play Area

OrcaCat wrote:

Liamadams wrote:

PresidentialNyan wrote:


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

fixed?

You need to put the "end" in the correct spot. Now it's fixed.

Its not fixed! I had mine perfect! Now you removed the "if"s from the "forever"s, and you can't move with these!  mad


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

Offline

 

#3135 2013-04-12 07:56:57

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

Re: Official [Scratchblocks] Testing Play Area

1337luke wrote:

when gf clicked
eat burger

fixed. You forgot the "scratchblocks."  wink

Last edited by Liamadams (2013-04-12 07:57:16)


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

Offline

 

#3136 2013-04-12 08:08:40

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

Re: Official [Scratchblocks] Testing Play Area

when [red flag v] clicked

Last edited by Liamadams (2013-04-12 08:09:11)


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

Offline

 

#3137 2013-04-12 08:38:16

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

Re: Official [Scratchblocks] Testing Play Area

play sound [hi v]
stop all sounds
Why is the "stop all sounds" block obsolete? I checked the spelling and there is nothing wrong with it.

Last edited by cobraguy (2013-04-12 08:39:20)


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

Offline

 

#3138 2013-04-12 12:21:11

qwerts9000
Scratcher
Registered: 2011-02-21
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

stop all sounds

Offline

 

#3139 2013-04-12 12:26:09

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

you have to use 'stop all pinks'

stop all pinks


http://i45.tinypic.com/idumbk.png

Offline

 

#3140 2013-04-12 12:32:06

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
wait (pick random [3.667] to [5.8935572483]) secs
set [costume 2 v] to (pick random (timer) to (((timer) * (timer)) * (pick random (costume #) to ((costume #) + (timer)))))
forever//random note :D
  if <(costume #) < [5]>
    set [costume 1 v] to ((costume #) + (costume 1))
    switch to costume (costume 1)
    end
  if <(costume #) > (costume 2)>
  switch to costume (pick random (costume 1) to ((costume 2) * [3.141592653589793238462643833279503]))

Last edited by topazdragonlord (2013-04-12 12:43:31)


http://i45.tinypic.com/idumbk.png

Offline

 

#3141 2013-04-12 12:43:58

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

tadaaaaa  big_smile


http://i45.tinypic.com/idumbk.png

Offline

 

#3142 2013-04-12 12:44:21

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
go to [mcdonalds v]
go [inside v]
say [I WOULD LIKE CHIPS---PLEASE]
say [ORDER UP!]
give chips
eat chips
end

Offline

 

#3143 2013-04-12 16:52:05

lisafireball
Scratcher
Registered: 2012-12-20
Posts: 61

Re: Official [Scratchblocks] Testing Play Area

stop all blues
stop all reds
stop all pinks


http://i43.tinypic.com/359h9wn.gif

Offline

 

#3144 2013-04-12 17:35:16

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
i meet Weegee
think [hehehe]
say [bye Weeghee]


plz post pleaaaaaaaaaaaaaaaasssssssssssssssssseeeeeeeeeeeeeeeeees

Offline

 

#3145 2013-04-12 20:51:34

lolcat6
New Scratcher
Registered: 2013-04-12
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Offline

 

#3146 2013-04-12 21:21:52

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

Re: Official [Scratchblocks] Testing Play Area

fovever if <touching color [#FF0000]?>
  die
end

Offline

 

#3147 2013-04-12 21:26:11

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

Re: Official [Scratchblocks] Testing Play Area

when [Sprite1] clicked
do the barrel roll

Offline

 

#3148 2013-04-12 21:29:30

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

Re: Official [Scratchblocks] Testing Play Area

i mean

when [Sprite1] clicked
do the barrel roll

Offline

 

#3149 2013-04-12 23:39:01

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if [you like my best game yet]
  i will make more games <broadcast [¿ v]>
else
  no games for you!
end
say ((4090) mod ((5398570) + (join (time) <when gf clicked>)))
stop all
still working!?!?!?!?!?
smile  neutral  sad  big_smile  yikes  wink  hmm  lol  mad  roll  cool
<touching color [#CC0000]?>

Offline

 

#3150 2013-04-12 23:42:56

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

Re: Official [Scratchblocks] Testing Play Area

gene_bernardino13 wrote:

Splodgey wrote:

rdococ wrote:

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

you can't divide a number by 0...

Offline

 

Board footer