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

#3001 2013-03-30 11:06:52

PresidentialNyan
Scratcher
Registered: 2013-02-23
Posts: 59

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set y to [5]//0+5 LOL
[icy mountain]
when gf clicked
forever
 if <key [right arrow v] pressed?>
  change x by  [5]
 end
 if <key [left arrow v] pressed?>
  change x by [-5]
 end
 if <key [down arrow v] pressed?>
  change y by [-5]
 end
 if <key [up arrrow v] pressed?>
 change y by [5]
 end
end
when gf clicked
set [lives v] to [0]
forever if <<touching [monster1 v]?> or <touching [monster2 v]?>>
 change [lives v] by [1]
  if <(lives) = [1]>
   stop all
  end
end

Last edited by PresidentialNyan (2013-03-30 11:08:52)


http://i43.tinypic.com/4ruira.jpg

Offline

 

#3002 2013-03-30 16:21:23

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
if <(pineapple) = [orange]>
  repeat until <(pineapple) = (pineapple)>
    say [U LIED TO MEH!!!] for [(orange)] secs
say [NOMNOMNOMNOMNOMNOMNOM] for [9001] secs
set [(pineapple)] to eaten


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

Offline

 

#3003 2013-03-30 23:22:05

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

Re: Official [Scratchblocks] Testing Play Area

scratchblocks

Offline

 

#3004 2013-03-31 16:31:56

kindlefirehdlover
New Scratcher
Registered: 2013-03-28
Posts: 20

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until < (anger) > (silliness) >
 say
 I need an idea
end
;D

Offline

 

#3005 2013-03-31 16:38:52

kindlefirehdlover
New Scratcher
Registered: 2013-03-28
Posts: 20

Re: Official [Scratchblocks] Testing Play Area

(new idea)
when gf clicked
say
think < (lol) + (whey) >
 think
 fail
 lol.
 (laugh ;D)
end
Did this work?

Offline

 

#3006 2013-03-31 20:43:04

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

Re: Official [Scratchblocks] Testing Play Area

topazdragonlord wrote:

when gf clicked
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
say [PINEAPPLE!] for [(pineapple)] secs
if <(pineapple) = [orange]>
  repeat until <(pineapple) = (pineapple)>
    say [U LIED TO MEH!!!] for [(orange)] secs
say [NOMNOMNOMNOMNOMNOMNOM] for [9001] secs
set [pineapple v] to eaten

fixed.


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

Offline

 

#3007 2013-03-31 20:45:02

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

Re: Official [Scratchblocks] Testing Play Area

kindlefirehdlover wrote:

when gf clicked
repeat until < (anger) > (silliness) >
 say [I need an idea]
end
;D

fixed. you had to have the "[]" and don't enter it.


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

Offline

 

#3008 2013-03-31 22:15:34

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

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

topazdragonlord wrote:

when gf clicked
say [PINEAPPLE!] for (pineapple) secs
say [PINEAPPLE!] for (pineapple) secs
say [PINEAPPLE!] for (pineapple) secs
say [PINEAPPLE!] for (pineapple) secs
say [PINEAPPLE!] for (pineapple) secs
if <(pineapple) = [orange]>
  repeat until <(pineapple) = (pineapple)>
    say [U LIED TO MEH!!!] for (orange) secs
say [NOMNOMNOMNOMNOMNOMNOM] for (9001) secs
set [pineapple v] to [eaten]

fixed.

Fixed again.


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

Offline

 

#3009 2013-03-31 22:58:07

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [stessis v] to <[80] + (meow) * (fruit)>
MY 100th POST!!!!! w00t!

Last edited by qwerts9000 (2013-03-31 22:58:18)

Offline

 

#3010 2013-04-01 08:29:59

machinespray
Scratcher
Registered: 2012-05-09
Posts: 93

Re: Official [Scratchblocks] Testing Play Area


think [Thanks MIT] for (3) secs


I am made a mod for Scratch. If you have any ideas for the mod please post it on this forum page.http://scratch.mit.edu/forums/viewtopic.php?id=108265http://internetometer.com/image/38591.png
I am http://blocks.scratchr.org/API.php?action=onlineStatus&amp;type=text&amp;user=machinespray

Offline

 

#3011 2013-04-01 08:48:35

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever if [video motion on this sprite > 10]
move [10] steps
end
Testing Scratch 2.0 blocks.  big_smile

Offline

 

#3012 2013-04-01 08:51:11

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

HEY U IMMA BLOCK
* UR OBSOLETE BECAUSE <nian nian nian nian nian>
(quoted)
END THIS ALREADY!!!
obsolete!
That was useless :P
gonna type that now

Offline

 

#3013 2013-04-01 08:59:22

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

Re: Official [Scratchblocks] Testing Play Area

<<> and <>>


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

 

#3014 2013-04-01 09:25:33

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

Re: Official [Scratchblocks] Testing Play Area

the
and
April Fool's day, aaaah....


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

Offline

 

#3015 2013-04-01 10:19:34

mathfreak231
Scratcher
Registered: 2012-10-24
Posts: 80

Re: Official [Scratchblocks] Testing Play Area

say [the]
say [and]
say [but]
say [a]
say [an]
say [because]
Testing censors.


~This sig is false~
I'm on teh wiki!

Offline

 

#3016 2013-04-01 10:22:31

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

Re: Official [Scratchblocks] Testing Play Area

the
and
testing...
the
and
EDIT: It worked!

Last edited by dr3w8 (2013-04-01 10:23:30)


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

Offline

 

#3017 2013-04-01 10:31:56

Gagamonster105
Scratcher
Registered: 2012-11-29
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
go to [my siggie]
forever
   think [click on it]
end


http://i46.tinypic.com/14bklrq.png <click

Offline

 

#3018 2013-04-01 14:58:21

ironmannn
Scratcher
Registered: 2010-02-20
Posts: 42

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
post [Well I would like to see about (Pico rules!) memory to my projects so I can make larger creations, I lost a really complex binary engine because of low memory :/]
retrieve code from [dropbox v] using acount ID [00000000] as new [Block v]
end
when gf clicked
set [ID v[ to (ask [Enter your ID])
retrieve coce from [dropbox v] using account id (ID) as new [program v]

Last edited by ironmannn (2013-04-01 15:03:36)

Offline

 

#3019 2013-04-01 15:39:17

OSliker
New Scratcher
Registered: 2012-06-19
Posts: 4

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
noththing
stop all

Offline

 

#3020 2013-04-02 03:56:19

warlordx2
Scratcher
Registered: 2013-02-22
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
say [this is epic]
THE LOL BLOCK
repeat until <(lol) = (999)>
say [the hobbit rules] for (5) secs
end
this is the end now!


smile   neutral   sad    big_smile   yikes   wink   hmm   tongue   lol   mad   roll   cool  bye!

Offline

 

#3021 2013-04-02 03:59:46

warlordx2
Scratcher
Registered: 2013-02-22
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

forever
say [oops!]
lol block
think [my last one failed] for (6) secs
end


smile   neutral   sad    big_smile   yikes   wink   hmm   tongue   lol   mad   roll   cool  bye!

Offline

 

#3022 2013-04-02 04:17:08

warlordx2
Scratcher
Registered: 2013-02-22
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
say [how do you make the hexagon?] for (some) secs
send friend request to [warlordx2 v] RIGHT NOW!
lolololololol
end


smile   neutral   sad    big_smile   yikes   wink   hmm   tongue   lol   mad   roll   cool  bye!

Offline

 

#3023 2013-04-02 05:55:28

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

Re: Official [Scratchblocks] Testing Play Area

when [sprite1 v] clicked//when sprite1 clicked
set [Number1 v] to (timer)//set Number1 to timer
repeat until <touching color [#000000]?>//Repeat until touching colour black
  turn cw (Number1) degrees//Turn clock-wise by number1 degrees
  end
if <touching color [#3333cc]?>//if touching colour blue
  stop all pinks//stop all pinks
  stop all//stop all
Code

Code:

[scratchblocks]
when [sprite1 v] clicked//when sprite1 clicked
set [Number1 v] to (timer)//set Number1 to timer
repeat until <touching color [#000000]?>//Repeat until touching colour black
  turn cw (Number1) degrees//Turn clock-wise by number1 degrees
  end
if <touching color [#3333cc]?>//if touching colour blue
  stop all pinks//stop all pinks
  stop all//stop all
[/scratchblocks]

Last edited by topazdragonlord (2013-04-02 06:08:32)


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

Offline

 

#3024 2013-04-02 08:46:33

legoboy09
Scratcher
Registered: 2012-03-28
Posts: 43

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say i would like (3) cookies!!!

Offline

 

#3025 2013-04-02 08:54:53

legoboy09
Scratcher
Registered: 2012-03-28
Posts: 43

Re: Official [Scratchblocks] Testing Play Area

say [ima play roblox]
roleplay *[sees that your account has 5000 robux on it]*
call (3) of your friends
roleplay *[has a big 5000 robux party on roblox]*
say [noes no more robux because i spent it all on a roblox party] for (5) secs

Offline

 

Board footer