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

#2426 2013-01-19 08:23:54

G0b0
Scratcher
Registered: 2012-12-24
Posts: 17

Re: Official [Scratchblocks] Testing Play Area

[scrathblocks]
when gf clicked
repeat untill (my cookies are eaten by monster)
  go to icecream
  eat
end
say [Will dis work]?
[/scratchblocks]

Offline

 

#2427 2013-01-19 08:24:15

cool_dude_2
Scratcher
Registered: 2012-12-05
Posts: 82

Re: Official [Scratchblocks] Testing Play Area

ascii:

<(#FF0000)=[#FF0000]>

Last edited by cool_dude_2 (2013-01-19 08:24:32)


http://blocks.scratchr.org/API.php?user=cool_dude_2&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1i am http://blocks.scratchr.org/API.php?user=cool_dude_2&amp;action=onlineStatus&amp;type=text

Offline

 

#2428 2013-01-19 09:37:36

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

G0b0 wrote:

when gf clicked
repeat untill <(my cookies are eatenby monster ♥♥♥ v)>
go to icecream
eat
end
say [Will dis work ?]

A little help to u

Last edited by Auto007 (2013-01-19 09:39:26)

Offline

 

#2429 2013-01-19 14:56:10

Tierage27
Scratcher
Registered: 2012-01-11
Posts: 59

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say [Testing!] for (1) secs
say [Testing!] for (1) secs
say [1, 2, 3!] for (2) secs


Scratch on!
My most viewed and loved project is a farting sound board.

Offline

 

#2430 2013-01-20 12:04:12

bubby3
Scratcher
Registered: 2012-11-19
Posts: 44

Re: Official [Scratchblocks] Testing Play Area

here are the scripts of the pong game
Here are the scripts for the ball

when green flag clicked
wait until <touching color [#FF0000]?>
stop all
when green flag clicked
forever if <touching [paddle v]?>
play sound [water drop v]
point in direction ([180] - (direction)]
move (5) steps
turn cw (pick random (-20) to (20)) degrees
when green flag clicked
forever
if on edge, bounce
move (4) steps
here are the scripts for the paddle
when green flag clicked
forever
set x to (mouse x)

Last edited by bubby3 (2013-01-20 12:08:50)

Offline

 

#2431 2013-01-20 12:10:13

bubby3
Scratcher
Registered: 2012-11-19
Posts: 44

Re: Official [Scratchblocks] Testing Play Area

G0b0 wrote:

when gf clicked
repeat until <my cookies are eaten by monster?>
go to icecream
eat
end
say [Will this work]?

fixed

Last edited by bubby3 (2013-01-20 12:11:05)

Offline

 

#2432 2013-01-20 12:11:50

bubby3
Scratcher
Registered: 2012-11-19
Posts: 44

Re: Official [Scratchblocks] Testing Play Area

ErnieParke wrote:

bubby3 wrote:

here are the scripts of the pong game
Here are the scripts for the ball

when green flag clicked
wait until <touching color[#FF0000]?>
stop all
when green flag clicked
forever if <touching [paddle v]?>
play sound [water drop v]
point in direction ([180] - (direction))
move (5) steps
turn cw (pick random (-20) to (20)) degrees
when green flag clicked
forever
if on edge, bounce
move (4) steps
here are the scripts for the paddle
forever
set x to (mouse x)

Fixed.

I fixed it, so delete it

Offline

 

#2433 2013-01-20 12:12:36

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

Re: Official [Scratchblocks] Testing Play Area

bubby3 wrote:

G0b0 wrote:

when gf clicked
repeat until <my cookies are eaten by monster?>
go to [icecream v]
eat
end
say [Will this work?]

fixed

Fixed even more.


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

Offline

 

#2434 2013-01-20 12:18:31

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

You have done MASS FIXING. : D
?

Offline

 

#2435 2013-01-20 12:36:40

Scratchmad525
Scratcher
Registered: 2012-12-14
Posts: 7

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
swich to [costume1]
forever
go to [mose-pointer v]
say [cool, a play area!!] for [100000] secs
end

Offline

 

#2436 2013-01-20 13:42:14

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

Re: Official [Scratchblocks] Testing Play Area

Scratchmad525 wrote:

when gf clicked
switch to costume [costume1 v]
forever
go to [mose-pointer v]
say [cool, a play area!!] for [100000] secs

Fixed.

Last edited by ErnieParke (2013-01-20 13:42:46)


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

Offline

 

#2437 2013-01-20 13:43:29

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

Re: Official [Scratchblocks] Testing Play Area

Auto007 wrote:

You have done MASS FIXING. : D
?

Well, it is something nice to do, and it doesn't take up much time.


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

Offline

 

#2438 2013-01-20 19:56:52

Nicolascomputers
Scratcher
Registered: 2012-12-19
Posts: 16

Re: Official [Scratchblocks] Testing Play Area

when i recive (pie v)
forever 
spin 100 degrees
end
repeat until <<pie size> = (40)
eat pie
end
stop all

Offline

 

#2439 2013-01-20 20:02:46

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

Re: Official [Scratchblocks] Testing Play Area

Nicolascomputers wrote:

when i receive (pie v)
forever 
 turn cw (100) degrees
end
repeat until <(pie size) = (40)>
 eat pie
end
stop all

Fixed to an extent.


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

Offline

 

#2440 2013-01-20 20:06:42

iNKGaming
New Scratcher
Registered: 2012-07-18
Posts: 18

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set x to [0]
repeat until <(x) > [5]>
  go to [mouse-pointer v]
  change x by [1]
end
think [Well, let's see...] for (3) secs

Offline

 

#2441 2013-01-21 12:53:28

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
go to [mom v]
ask [Can I sky dive off the roof?] and wait
if <<answer> = [yes]>
say [Thanks!]
go to [roof v]
jump
glide (1) secs to x:(green) y:(ground)
else
if <<answer> = [no]>
say [ ]
end

Last edited by maxamillion321 (2013-01-21 12:53:51)

Offline

 

#2442 2013-01-21 13:01:48

zekrom809
Scratcher
Registered: 2012-04-03
Posts: 57

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say [Finally!] for (10) seconds
Stop all scripts


I finally figured out how to do this! Yes!

Offline

 

#2443 2013-01-21 14:03:58

barndawg
Scratcher
Registered: 2012-03-08
Posts: 81

Re: Official [Scratchblocks] Testing Play Area

G0b0 wrote:

when gf clicked
repeat untill (my cookies are eaten by monster)
  go to icecream
  eat
end
say [Will dis work]?

That should work now.


I... need... Scratch 0.1! Find the forum at http://scratch.mit.edu/forums/viewtopic.php?id=113354
http://www.danasoft.com/sig/ScratchforumBarndawg.jpg

Offline

 

#2444 2013-01-21 20:18:57

minecraft761
Scratcher
Registered: 2012-10-22
Posts: 10

Re: Official [Scratchblocks] Testing Play Area

shiguy101 wrote:

RedRocker227 wrote:

CheeseMunchy wrote:

(TestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesTestingtestpicklesv)


(Lololololololololololololololololololololololololololololololololololololololololololololololololol)

when gf clicked
say [all aboard quote train!]
play sound[choo-choo v] // :P

Fixed the play sound block.

Offline

 

#2445 2013-01-21 20:29:34

minecraft761
Scratcher
Registered: 2012-10-22
Posts: 10

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
hide

when i receive [U mean liek dis? v]
show
play sound [recording 1v]
repeat (90)
  next costume
end
switch to costume [costume 217 v]
repeat (35)
  change [whirl v] effect by (5)
end
play sound [recording 2 v]
repeat (16)
  next costume
end
repeat (35)
  change [whirl v] effect by (-5)
end
hide
broadcast [w00t! v]

Offline

 

#2446 2013-01-21 20:45:26

TheAwesomeFaic
New Scratcher
Registered: 2013-01-15
Posts: 2

Re: Official [Scratchblocks] Testing Play Area

when I receive [pie v]
repeat until < (pie) = [eaten] >
play sound [nom v] until done
end
play sound [burp v] until done

Offline

 

#2447 2013-01-22 11:39:48

RalphDavid4
Scratcher
Registered: 2012-06-09
Posts: 86

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
say [It is lunch time!] for (3) secs
pull [chair v]
grab [food and rice v]
eat your food
say [I am done!] for 2 secs
end


http://mag.racked.eu/cimage/i327/Achievement+get%21/Drink+a+Lava/mca.png
http://mag.racked.eu/cimage/i264/Achievement+get%21/Boombay+na+may+Diamonds/mca.png

Offline

 

#2448 2013-01-22 11:41:26

RalphDavid4
Scratcher
Registered: 2012-06-09
Posts: 86

Re: Official [Scratchblocks] Testing Play Area

when gf clicked 
say [It is lunch time!] for (3) secs
pull [chair v]
grab [food and rice v]
eat your food
say [I am done!] for (2) secs

Last edited by RalphDavid4 (2013-01-22 11:41:44)


http://mag.racked.eu/cimage/i327/Achievement+get%21/Drink+a+Lava/mca.png
http://mag.racked.eu/cimage/i264/Achievement+get%21/Boombay+na+may+Diamonds/mca.png

Offline

 

#2449 2013-01-22 11:43:21

RalphDavid4
Scratcher
Registered: 2012-06-09
Posts: 86

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
play sound [Roblox_studio_splash_sound v] forever

Last edited by RalphDavid4 (2013-01-22 11:45:09)


http://mag.racked.eu/cimage/i327/Achievement+get%21/Drink+a+Lava/mca.png
http://mag.racked.eu/cimage/i264/Achievement+get%21/Boombay+na+may+Diamonds/mca.png

Offline

 

#2450 2013-01-22 11:51:53

RalphDavid4
Scratcher
Registered: 2012-06-09
Posts: 86

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
ask [Is Cookie Monster eaten my cookies?]
((awnser) > [yes])
say [Oh no!]


http://mag.racked.eu/cimage/i327/Achievement+get%21/Drink+a+Lava/mca.png
http://mag.racked.eu/cimage/i264/Achievement+get%21/Boombay+na+may+Diamonds/mca.png

Offline

 

Board footer