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

#376 2012-05-18 21:54:40

mike452
New Scratcher
Registered: 2012-05-18
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

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

Offline

 

#377 2012-05-19 08:12:18

gooeygoo
Scratcher
Registered: 2012-05-07
Posts: 82

Re: Official [Scratchblocks] Testing Play Area

think [Toast in my Bananas] for [as many as you want] secs
tongue


Play meh games, dont beh shy!!!
http://scratch.mit.edu/users/gooeygoo

Offline

 

#378 2012-05-20 15:05:16

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Here is how you make cloud variable blocks.

(☁ broadcast)

Code:

[scratchblocks]
(☁ broadcast)
[/scratchblocks]

Last edited by SJRCS_011 (2012-05-20 15:06:44)


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#379 2012-05-20 17:22:01

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

How do I make a Define block?

Last edited by Firedrake969 (2012-05-20 17:22:36)


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#380 2012-05-21 09:34:08

fexlo
Scratcher
Registered: 2012-04-10
Posts: 29

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
(video [motion v] on [stage v])
[/scratchblocks

Why didn't that work if cloud did?

Last edited by fexlo (2012-05-21 09:35:00)


INHERITANCE CYCLE IS AWESOME!!!!!!!
http://i.imgur.com/T6DdM.jpg

Offline

 

#381 2012-05-21 09:38:28

fexlo
Scratcher
Registered: 2012-04-10
Posts: 29

Re: Official [Scratchblocks] Testing Play Area

SJRCS_011 wrote:

Here is how you make cloud variable blocks.

(☁ broadcast)

Code:

[scratchblocks]
(☁ broadcast)
[/scratchblocks]

how did you get the cloud icon?


INHERITANCE CYCLE IS AWESOME!!!!!!!
http://i.imgur.com/T6DdM.jpg

Offline

 

#382 2012-05-22 02:12:56

soniku3
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Apples


internet's all about cats today.

Offline

 

#383 2012-05-23 16:44:06

theguy211
Scratcher
Registered: 2011-11-18
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
ask [hows 2.0 coming?]
I Ask the scratch team.

Last edited by theguy211 (2012-05-23 16:44:43)

Offline

 

#384 2012-05-23 16:45:49

theguy211
Scratcher
Registered: 2011-11-18
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

set [☁] to [clould]

Offline

 

#385 2012-05-23 21:09:30

ScratchToonie
New Scratcher
Registered: 2012-05-13
Posts: 12

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <(answer right) = [5]
 say [Good job you did it!] for (3.6) secs
end
if <(answer) = [thanks]>
 say [Thank you too!]
end
wait (1) secs
think [This is awesome!] for (2.1) secs
When POO clicked
say [You touched a icky smelly poo]
wait (1) secs
broadcast eat poo

Offline

 

#386 2012-05-24 19:23:05

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say (☁ broadcast) for (1) secs
set [☁ broadcast v] to [Black hole]
broadcast (☁ broadcast)
when I receive [Black hole v]
say [AAAAAAAAA!] for (5) secs
glide (0.3) secs to x:([x position v] of [Black hole v]) y:([y position v] of [Black hole v])
hide
stop all


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#387 2012-05-24 19:25:02

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

rdococ wrote:

Let me test... I might find a bug.

Test 1 No bugs in main subject. +0

[b]
when gf clicked
say [lol] for [u] secs
[/b][/u]
when gf clicked
say [b] for [i] secs
[/b][/i]

Test 2 Bugs detected: 1 (-1)
// testing
say [huh]
Test 3 No bugs! Achievement! No BBcode mess! (+2)
say [hehe] // [b] test [/b]
Test 4 No bugs! +1

say [MESS!!!!]

say [[b]] for [[haha]] secs
[/b]

Test 4.1 Funny, a bug did appear but it probably stopped a different bug! +0

go to [test v]
set x to (var)
set x to [haha]
[/b]


Test 5 Caught you! -1
when gf clicked
say 
for (haha) secs


Test 4.2 You win! +1

go to [test twice v]
set x to (variable)
set x to [haha twice]

forever
say (length of [bugs v]) for (2) secs // which is 2...
set [Current Rating v] to (((10) - (length of [bugs v])) + (length of [achievements v]))
say (Current Rating) // which is 12 out of 10

Lol.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#388 2012-05-24 19:26:31

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

fexlo wrote:

(video [motion v] on [stage v])
[/scratchblocks

Why didn't that work if cloud did?

It's this:

(video [motion v] on [stage v])


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#389 2012-05-25 18:17:46

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

you mean

<video (motion v) on (stage v)>
<video (motion) on (stage)>


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#390 2012-05-25 21:52:32

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

fexlo wrote:

SJRCS_011 wrote:

Here is how you make cloud variable blocks.

(☁ broadcast)

Code:

[scratchblocks]
(☁ broadcast)
[/scratchblocks]

how did you get the cloud icon?

the spaces
just do

say(☁ Cloud Variable :P)

Last edited by SJRCS_011 (2012-05-25 21:52:44)


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#391 2012-05-26 18:54:13

ka-doink4545o0
Scratcher
Registered: 2011-01-26
Posts: 21

Re: Official [Scratchblocks] Testing Play Area

when I receive [Block Syntax v]
think [I kind of liked the old blocks better because this one is more complicated] for (10) secs


*insert witty comment here*

Offline

 

#392 2012-05-26 19:09:40

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

ka-doink4545o0 wrote:

when I receive [Block Syntax v]
think [I kind of liked the old blocks better because this one is more complicated] for (10) secs

but the others looked horrible when you tried to stack em all together

Offline

 

#393 2012-05-27 13:24:58

SFollis
Scratcher
Registered: 2012-03-04
Posts: 76

Re: Official [Scratchblocks] Testing Play Area

a spam detector! (how to make)

when gf clicked
set [spam v] to 0
ask [username?] and wait
set [(username v) to (answer)
when [c v]key pressed
ask () and wait
if < spam < 3 >
   if < [not (answer) = (Last words) >
      add join (username) (: )(answer) to [chat v]
      set [last words v] to (answer)
   if < [answer = last words] >
      add (join (username )(tried  to spam) to [chat v]
      change [spam v] by [1]
when [c v] key pressed
if < spam = 3 >
   add join (username )( is now silenced) to [chat v]
   wait (60) secs
   add join (username )( is now allowed to chat again) to [chat v]
big_smile  to say it does work. but, the blocks is glitchy, here it is without the block form:

when gf clicked
set [spam v] to 0
ask [username?] and wait
set [(username v) to (answer)
when [c v]key pressed
ask () and wait
if < spam < 3 >
   if < [not (answer) = (Last words) >
      add join (username) (: )(answer) to [chat v]
      set [last words v] to (answer)
   if < [answer = last words] >
      add (join (username )(tried  to spam) to [chat v]
      change [spam v] by [1]
when [c v] key pressed
if < spam = 3 >
   add join (username )( is now silenced) to [chat v]
   wait (60) secs
   add join (username )( is now allowed to chat again) to [chat v]

Last edited by SFollis (2012-05-27 13:31:55)


http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1 is a picture of my project http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=text&amp;num=1 which has http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=views&amp;num=1 views

Offline

 

#394 2012-05-27 14:37:50

ScratchToonie
New Scratcher
Registered: 2012-05-13
Posts: 12

Re: Official [Scratchblocks] Testing Play Area

More practice, bad at the receive block, especially spelling receive.

when I receive [practice time v] //Still need some practice with that kind of block.
say [Let me see if I can do the color picker block] for (5) secs
set pen color to [#FF0000]

Offline

 

#395 2012-05-29 03:16:58

bluecat600
Scratcher
Registered: 2012-02-12
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

fexlo wrote:

(video [motion v] on [stage v])
[/scratchblocks

Why didn't that work if cloud did?

fixed here

(video [motion v] on [stage v])


I gaze off into the boundless skyline, noteblock choirs playin in the sunshine, turn round pick up my sword and wield the blade that once forced evil mobs to yield, if this battle shall leave me slain, I know Herobrine still calls my name, better just take a stand, that was when I ruled the land.

Offline

 

#396 2012-05-29 03:18:36

bluecat600
Scratcher
Registered: 2012-02-12
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

hey what happened?

say [hihi] for (4) secs
obsolete!
in normal:

say [hihi] for (4) secs
obsolete!


I gaze off into the boundless skyline, noteblock choirs playin in the sunshine, turn round pick up my sword and wield the blade that once forced evil mobs to yield, if this battle shall leave me slain, I know Herobrine still calls my name, better just take a stand, that was when I ruled the land.

Offline

 

#397 2012-05-29 11:01:30

bluecat600
Scratcher
Registered: 2012-02-12
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

okay. try again.

<<blue>> (cat) 600


I gaze off into the boundless skyline, noteblock choirs playin in the sunshine, turn round pick up my sword and wield the blade that once forced evil mobs to yield, if this battle shall leave me slain, I know Herobrine still calls my name, better just take a stand, that was when I ruled the land.

Offline

 

#398 2012-05-29 12:07:41

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

SFollis wrote:

a spam detector! (how to make)

when gf clicked
set [spam v] to [0]
ask [username?] and wait
set [username v] to (answer)
when [c v]key pressed
ask [] and wait
if <(spam) < [3] >
   if <not <(answer) = (Last words)>>
      add (join (username) (answer)) to [chat v]
      set [last words v] to (answer)
   if <(answer) = (last words)> //answer will always=last words, last words was just set to answer...
      add (join (username) [ tried  to spam]) to [chat v]
      change [spam v] by [1]
when [c v] key pressed
if <(spam) = [3] >
   add (join (username) [ is now silenced]) to [chat v]
   wait (60) secs
   add (join (username) [ is now allowed to chat again]) to [chat v]
  set [spam v] to [0] //added this to fix it
I kept it without the block form, in case you want to edit your original post.

Code:

when gf clicked
set [spam v] to [0]
ask [username?] and wait
set [username v] to (answer)
when [c v]key pressed
ask [] and wait
if <(spam) < [3] > 
   if <not <(answer) = (Last words)>>
      add (join (username) (answer)) to [chat v]
      set [last words v] to (answer)
   if <(answer) = (last words)>
      add (join (username) [ tried  to spam]) to [chat v]
      change [spam v] by [1]
when [c v] key pressed
if <(spam) = [3] >
   add (join (username) [ is now silenced]) to [chat v]
   wait (60) secs
   add (join (username) [ is now allowed to chat again]) to [chat v]
   set [spam v] to [0]

The scratchblocks weren't glitchy, your syntax had some errors in it. Also there's a bug... The remains of the old scratchblocks are really annoying... Fixed with the code tag

Made a project with these scripts.


ScratchToonie wrote:

More practice, bad at the receive block, especially spelling receive.

when I receive [practice time v] //Still need some practice with that kind of block.
say [Let me see if I can do the colour picker block] for (5) secs
set pen color to [#FF0000]

"I before E, except after C." - I just had to slap spell check because it said "colour" was wrong  hmm

Last edited by Splodgey (2012-05-31 13:50:37)

Offline

 

#399 2012-05-29 13:51:33

xXoWnAgEXx
New Scratcher
Registered: 2012-05-27
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if touching color < red >
end

Offline

 

#400 2012-05-29 14:17:04

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

xXoWnAgEXx, you need to make sure to use the

Code:

[scratchblocks] [/scratchblocks]

tags if you want to make scratchblocks!


Why are the secret organizations getting all the attention?  mad

Offline

 

Board footer