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

#701 2012-07-08 23:22:43

madfingerprodctions
New Scratcher
Registered: 2012-07-08
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

angryninja wrote:

if cheese pizza [eaten v]
say [yay v]

is said

if <<cheese pizza> = <eaten>>
say [yay v]

Offline

 

#702 2012-07-08 23:22:44

ProgrammingPro01
Scratcher
Registered: 2011-07-30
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Alright, Imma test this.  tongue  First time I ever used it:

when gf clicked
forever
play sound [cat planet]
end
one more...

say [Everybody cat planet tonight like it was 1599!] for [2] secs
say [The price of a typical cat planet] for [999999] secs


Bye 1.4!
http://www.reactiongifs.com/wp-content/uploads/2013/04/sobbing.gifhttp://25.media.tumblr.com/tumblr_mbfh6bIamQ1qky11ho1_500.png

Offline

 

#703 2012-07-08 23:40:58

berberberber
Scratcher
Registered: 2012-03-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

set [berberberber's bio v] to (join((join ((b)+(e)) [r]) * (4)) [is epic])

Last edited by berberberber (2012-07-08 23:44:54)


http://i47.tinypic.com/2iaa73k.png

Offline

 

#704 2012-07-08 23:53:21

berberberber
Scratcher
Registered: 2012-03-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

I [like] (pie)


http://i47.tinypic.com/2iaa73k.png

Offline

 

#705 2012-07-09 09:44:55

madfingerprodctions
New Scratcher
Registered: 2012-07-08
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [dance] to (NO)
wait until <<dance> = <killer dance>>

Offline

 

#706 2012-07-09 09:48:36

madfingerprodctions
New Scratcher
Registered: 2012-07-08
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
set (dance) to [no]
wait until <(dance) = (KILLER DANCE)
turn ccw (dance) degrees
say (dance) for [4] secs

Offline

 

#707 2012-07-09 10:51:10

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

Re: Official [Scratchblocks] Testing Play Area

madfingerprodctions wrote:

when gf clicked
set (dance) to [no]
wait until <(dance) = (KILLER DANCE)>
 turn ccw (dance) degrees 
say (dance) for [4] secs

Don't forget to end the syntax!

Last edited by Splodgey (2012-07-09 10:51:46)

Offline

 

#708 2012-07-09 10:57:34

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

Re: Official [Scratchblocks] Testing Play Area

when i receive [Scratchblocks v]
think [Maybe I should test these more often....] for (3) secs
think [But what to test?] for (2) secs
think [That!]
goto [PlayArea v]
say [this script v]

Offline

 

#709 2012-07-09 11:49:18

madfingerprodctions
New Scratcher
Registered: 2012-07-08
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set (dance) to [no]
wait [a few] secs
turn ccw (dance) degrees 
say (dance) for [4] secs
broadcast [click gf v]
(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((())))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))

Offline

 

#710 2012-07-09 14:43:49

sonicgames20
Scratcher
Registered: 2012-06-13
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
show


if there is no I in TEAM and there  is no U in TEAM then who's on the team?
I am-http://blocks.scratchr.org/API.php?user=sonicgames20&amp;action=onlineStatus&amp;type=square-green=online grey=offline

Offline

 

#711 2012-07-09 14:47:13

sonicgames20
Scratcher
Registered: 2012-06-13
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
 move [1] steps
 next costume
end


if there is no I in TEAM and there  is no U in TEAM then who's on the team?
I am-http://blocks.scratchr.org/API.php?user=sonicgames20&amp;action=onlineStatus&amp;type=square-green=online grey=offline

Offline

 

#712 2012-07-10 05:09:47

AddInnovation
Scratcher
Registered: 2011-11-16
Posts: 57

Re: Official [Scratchblocks] Testing Play Area

Testing ;
    when I receive "NextRace"
        if ((MeInRace) = "0")
            stop script
        set "Speed" to 0
        set "acceleration" to "0.02"
        set "complapok" to "0"
        set "showvars" to "0"
        set "C1Laps" to "0"
        set "turndirection" to "0"
        go to x: 202 y: -68
        point in direction 0
        switch to costume "police car bsm"
        show
        repeat until ((RaceOver) = "1") 
            set "Speed" to ( "Speed" of s[Cmp1SenseL] )
            if (((touching color c[00CE42]?) and (( "turndirection" of s[Cmp1SenseL] ) = "0")) and ((turncnt) < "360")) else
                set "turndirection" to ((Speed) * -2)
                change "turncnt" by 1
            else
                change "turncnt" by -1
                set "turndirection" to "0"
            point in direction ( "direction" of s[Cmp1SenseL] )
            set x to ( "x position" of s[Cmp1SenseL] )
            set y to ( "y position" of s[Cmp1SenseL] )
        hide
    end

Offline

 

#713 2012-07-10 05:22:31

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

AddInnovation wrote:

Testing ;
    *bla*

Remeber to put it in the [scratchblocks][/scratchblocks] tags.

when I receive [NextRace v]
if <(MeInRace) = [0]>
 stop script
end
set [Speed v] to [0]
set [acceleration v] to [0.02]
set [complapok v] to [0]
set [showvars v] to [0]
set [C1Laps v] to [0]
set [turndirection v] to [0]
go to x: (202) y: (-68)
point in direction (0 v)
switch to costume [police car bsm v]
show
repeat until <(RaceOver) = [1]>  
 set [Speed v] to ([Speed v] of [Cmp1SenseL v])
 if <<<touching color [#00CE42]?> and <([turndirection v] of [Cmp1SenseL v]) = [0]>> and <(turncnt) < (360)>>
  set [turndirection v] to ((Speed) * (-2))
  change [turncnt v] by (1)
 else
  change [turncnt v] by (-1)
  set [turndirection v] to [0]
 end
 point in direction ( "direction" of s[Cmp1SenseL] )
 set x to ([x position v] of [Cmp1SenseL v])
 set y to ([y position v] of [Cmp1SenseL v])
end
hide

Last edited by SciTecCf (2012-07-10 05:23:29)


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

#714 2012-07-10 10:16:05

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<I was thinking about making a parser project but the scaling is tough for me.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

#715 2012-07-10 12:52:58

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

 
when gf clicked
say [test:)]//:)
fakingfaking1212
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#716 2012-07-10 14:13:48

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< What The Block?! >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Last edited by ExtremelyGamer (2012-07-10 14:14:27)


"Submarines are like water like underwater airplanes" O_o

Offline

 

#717 2012-07-10 14:17:36

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

Re: Official [Scratchblocks] Testing Play Area

ExtremelyGamer wrote:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

test

Last edited by Firedrake969 (2012-07-10 14:17:57)


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

Offline

 

#718 2012-07-10 19:29:00

Furybird
Scratcher
Registered: 2012-05-17
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

if <pikachu caught>
shout [ WOOHOOO!!!!]


http://i46.tinypic.com/2lnh8qd.png

Offline

 

#719 2012-07-10 19:38:24

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<s<c<r<a<t<c<h<b<l<o<c<k<s>>>>>>>>>>>>> 
Whew that took awhile.


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#720 2012-07-10 22:55:31

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

^^ That's pretty cool.

Offline

 

#721 2012-07-10 23:11:32

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Molybdenum wrote:

<s<c<r<a<t<c<h<b<l<o<c<k<s>>>>>>>>>>>>> 
Whew that took awhile.

<P<r<e<t<t<y< <c<o<o<l>>>>>>>>>>>

Last edited by henley (2012-07-10 23:11:53)


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#722 2012-07-11 04:42:50

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [Time? v] to [0] //Yep
forever
 change [Time? v] by [1]
 if <(Time?) < [10000]>
  say [Testing...]

Last edited by LOLIPOP1136 (2012-07-11 04:49:20)

Offline

 

#723 2012-07-11 06:37:30

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

Re: Official [Scratchblocks] Testing Play Area

LOLIPOP1136 wrote:

when gf clicked
set [Time? v] to [0] //Yep
forever
 change [Time? v] by [1]
 if <(Time?) < [10000]>
  say [Testing...]

In flash player that would take 1 second....  tongue

Offline

 

#724 2012-07-11 15:42:41

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<<<<<B><i>><n>><<<a><r>><y>>><<<t><r>><<e><e>>>>
That took a while.


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#725 2012-07-11 15:46:10

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<The <new <Scratch <blocks>>> <are <awesome<!>>> <Thanks <JSO<!><!><!>>>>


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

Board footer