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

#1551 2012-09-29 17:54:48

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <(timer) > [10]>
go to [mouse-pointer v]
end
think [Blah blah blah] for (3) secs

Offline

 

#1552 2012-09-29 17:59:11

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when I receive [Chrome]
say [Woah! These scratchblocks are way better than internet explorer!] for (forever) secs//This doesn't make sense
*faint*

Last edited by maxamillion321 (2012-09-29 18:00:51)

Offline

 

#1553 2012-09-29 18:27:18

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when i receive [baseball game]
say [Yay!]
play [first inning v]
be [home team v]
if <(batter) = <not (hit)>>
say [Strike 1!]
else
if <(batter) < [hit]>//If batter hits the ball
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
other team runs to [2nd base v]
end
if <(another batter) = (up)>//When the next guy is ready to hit
if <(batter) = <not [hit]>>
say [Strike 1]
else
batter hits [ball v]
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
batter runs to [2nd base v]
1st batter runs to [home plate v]
end
if <(another batter) = (up)>
miss [ball v]
say [Strike 1!!!]
if <(batter) = [hit]>
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
2nd batter runs to [home plate v]
if <(outs) < [3]>
go to [dugout v]
get ready to [hit v]
end
if <(inning) = (last inning)>
play [last inning v]
else
if <(inning) = <not (last inning)>>
still play 2nd last [inning v]
end
if <(inning) = (over)>
if <(my team) = (winning)>
win [game v]
say [Yay!]
else
if <(my team) = <not (winning)>>
lose [game v]
say [Awhhh...]
end

Last edited by maxamillion321 (2012-09-29 18:30:39)

Offline

 

#1554 2012-09-29 18:45:53

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

maxamillion321 wrote:

when i receive [baseball game v]
say [Yay!]
play [first inning v]
be [home team v]
if <(batter) = <not (hit)>>
say [Strike 1!]
else
if <(batter) < [hit]>//If batter hits the ball
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
other team runs to [2nd base v]
end
if <(another batter) = (up)>//When the next guy is ready to hit
if <(batter) = <not [hit]>>
say [Strike 1]
else
batter hits [ball v]
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
batter runs to [2nd base v]
1st batter runs to [home plate v]
end
if <(another batter) = (up)>
miss [ball v]
say [Strike 1!!!]
if <(batter) = [hit]>
go to [ball v]
if <(ball) = (caught)>
say [Your out!!!]
else
miss [ball v]
2nd batter runs to [home plate v]
if <(outs) < [3]>
go to [dugout v]
get ready to [hit v]
end
if <(inning) = (last inning)>
play [last inning v]
else
if <(inning) = <not (last inning)>>
still play 2nd last [inning v]
end
if <(inning) = (over)>
if <(my team) = (winning)>
win [game v]
say [Yay!]
else
if <(my team) = <not (winning)>>
lose [game v]
say [Awhhh...]
end
end
end
end
end
end
end
end
end
end

Fixed.

Last edited by ErnieParke (2012-09-29 18:46:30)


http://i46.tinypic.com/35ismmc.png

Offline

 

#1555 2012-09-29 20:00:42

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when <when <when <when gf clicked> clicked> clicked> clicked
forever <forever<say[XD]>>
[awsome !!!]
forever <if> //I just can't seem to get this right ...
[q]
a bloook <say[hello]>


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1556 2012-09-29 20:34:58

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

dvd4 wrote:

when gf clicked

when gf clicked

when gf clicked

when gf clicked
forever 
forever
say [XD awsome !!!]
forever if //I just can't seem to get this right ...
say [q]
bloook
say[hello]

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#1557 2012-09-29 21:20:50

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Different types of communication.

//way #1
[way #2]
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<way #3>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Highlight below for #4.
way #4

Last edited by curiouscrab (2012-09-29 21:26:06)


http://i50.tinypic.com/dopbtw.png

Offline

 

#1558 2012-09-29 21:26:28

invadersundance
Scratcher
Registered: 2012-09-03
Posts: 40

Re: Official [Scratchblocks] Testing Play Area

 Say [I can scratch blocks] for (3) secs
 


http://www.eggcave.com/egg/1000902.png http://www.eggcave.com/egg/995487.png http://www.eggcave.com/egg/995498.png http://www.eggcave.com/egg/995492.png

Offline

 

#1559 2012-09-29 21:29:51

invadersundance
Scratcher
Registered: 2012-09-03
Posts: 40

Re: Official [Scratchblocks] Testing Play Area

 say [I <3 irkens]for (:P) secs
 


http://www.eggcave.com/egg/1000902.png http://www.eggcave.com/egg/995487.png http://www.eggcave.com/egg/995498.png http://www.eggcave.com/egg/995492.png

Offline

 

#1560 2012-09-29 21:45:09

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

ask [invadersundance v] [Who is irkens?] and wait

Last edited by curiouscrab (2012-09-29 21:46:05)


http://i50.tinypic.com/dopbtw.png

Offline

 

#1561 2012-09-30 10:02:51

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

Re: Official [Scratchblocks] Testing Play Area

maxamillion321 wrote:

when I receive [Chrome]
say [Woah! These scratchblocks are way better than internet explorer!] for (forever) secs//This doesn't make sense
*faint*

http://i.imgur.com/YXQZC.png Oh yeah!

when gf clicked
say [Here's an idea.] for (2) secs
The address is http://i.imgur.com/YXQZC.png. I made it myself.

Also, http://i.imgur.com/WQvr9.png.

Last edited by 3sal2 (2012-09-30 10:17:34)


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

 

#1562 2012-09-30 12:18:41

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

3sal2 wrote:

maxamillion321 wrote:

when I receive [Chrome]
say [Woah! These scratchblocks are way better than internet explorer!] for (forever) secs//This doesn't make sense
*faint*

when gf clicked
say [Here's an idea.] for (2) secs
The address is http://i.imgur.com/YXQZC.png. I made it myself.

Also, http://i.imgur.com/WQvr9.png.

say [Thanks for the image!] for (1000000) secs

Last edited by maxamillion321 (2012-09-30 12:19:08)

Offline

 

#1563 2012-09-30 12:28:29

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when <when <when <when gf clicked> clicked> clicked> clicked
forever <forever<say[XD]>>
[awsome !!!]
forever <if> //I just can't seem to get this right ...
[q]
a bloook <say[hello]><think [hello]><think<think<think>think>think>think>

Offline

 

#1564 2012-09-30 12:31:27

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<I'm bored>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Offline

 

#1565 2012-09-30 12:56:45

invadersundance
Scratcher
Registered: 2012-09-03
Posts: 40

Re: Official [Scratchblocks] Testing Play Area

curiouscrab wrote:

ask [invadersundance v] [Who is irkens?] and wait

say [Irkens are aliens from invader zim and MITE] for (3) secs
 say[Heres a link]
say [http://scratch.mit.edu/users/InvaderLex]
say [that shouid exsplain]


http://www.eggcave.com/egg/1000902.png http://www.eggcave.com/egg/995487.png http://www.eggcave.com/egg/995498.png http://www.eggcave.com/egg/995492.png

Offline

 

#1566 2012-09-30 13:17:46

Poptab
New Scratcher
Registered: 2012-09-29
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when space key pressed
say [well, hi there!] for (1) secs

Offline

 

#1567 2012-09-30 14:38:07

gfchll
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Poptab wrote:

when key [space key v] pressed
say [well, hi there!] for (1) secs

fixed

when gf clicked
forever
play sound [gangdam style v] until done
end

Last edited by gfchll (2012-09-30 14:38:39)


HELLO EVERYBODY!

Offline

 

#1568 2012-09-30 15:10:32

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

gfchll wrote:

Poptab wrote:

when key [space v] pressed
say [well, hi there!] for (1) secs

fixed

when gf clicked
forever
play sound [gangdam style v] until done

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#1569 2012-09-30 15:53:43

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
say [Hi] for (3) secs

Offline

 

#1570 2012-09-30 16:09:04

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
yell [Hey! That's my bagel!]
other person yells [Nu uh!]
yell [Uh hu! It's Peaunt butter]
other guy gets affected//That guy's allergic to peanut butter.
steel bagel
run away
Test

Offline

 

#1571 2012-09-30 16:20:48

shiguy101
Scratcher
Registered: 2010-11-17
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>= )<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Last edited by shiguy101 (2012-09-30 16:21:41)

Offline

 

#1572 2012-09-30 17:33:11

tate88
Scratcher
Registered: 2012-05-02
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
think [I'm gonna talk in scratch blocks] for [3] secs
when gf clicked
forever if <<(subject) = [addition]> or <<(subject) = [subtraction]> or <(subject) = [multiplication]> or <(subject) = [division]>>>
broadcast [do math v]
end
when i recieve [do math v]
say (answer to problem) for (length of (answer to problem)) secs

Last edited by tate88 (2012-09-30 17:34:40)

Offline

 

#1573 2012-09-30 17:43:17

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

tate88 wrote:

when gf clicked
think [I'm gonna talk in scratch blocks] for [3] secs
when gf clicked
forever if <<(subject) = [addition]> or <<(subject) = [subtraction]> or <<(subject) = [multiplication]> or <(subject) = [division]>>>>
broadcast [do math v]
end
when i receive [do math v]
say (answer to problem) for (length of (answer to problem)) secs

fixed


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1574 2012-09-30 17:44:39

tate88
Scratcher
Registered: 2012-05-02
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

ErnieParke wrote:

tate88 wrote:

when gf clicked
forever
if <[My dad] = [Not paying attention]>
 say [Pay attention!]
 play sound [Dad getting slapped in the face v]
end

Fixed.

when gf clicked
broadcast [whats the difference? v]

Offline

 

#1575 2012-09-30 18:16:52

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <<(test) = [addition]> or <(test) = [subtraction]> or <(test) = [multiplacation]> or <(test) = [division]>>
broadcast [test v]
if <(question) = [1]>
repeat <(anwser) = [question]>
anwser [all questions v]
say [I'm done!]

Last edited by maxamillion321 (2012-09-30 18:18:03)

Offline

 

Board footer