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

#2926 2013-03-23 10:55:12

piotrgrochowskiNew
Scratcher
Registered: 2013-03-05
Posts: 27

Re: Official [Scratchblocks] Testing Play Area

Chemi4001 wrote:

Post again!

Offline

 

#2927 2013-03-23 11:08:20

piotrgrochowskiNew
Scratcher
Registered: 2013-03-05
Posts: 27

Re: Official [Scratchblocks] Testing Play Area

Flash turbo mode detector.

When Green flag CLICKed
set [variable tester v] to (0)
for ever
change [var. tester] by [1]//faster draw!
when flag clicked
wait (1) secs
if < (variable) > (100) >
set [turbo on?] to <true>
[img]

Offline

 

#2928 2013-03-23 12:39:27

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

Re: Official [Scratchblocks] Testing Play Area

Tests:

When I receive [message v]
go to [Sprite 1 v]
When [Sprite 1] clicked
repeat until <not<mouse down?>> 
 say [I was clicked!] 
end

Last edited by 7734f (2013-03-23 12:44:52)


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

Offline

 

#2929 2013-03-23 14:33:04

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked//time
if <(time) = [12:00 PM]>
 broadcast [noon v]
end
when I receive [noon v]//sun
go to x: (0) y: (160)
when I receive [noon v]//person
eat [lunch v]
set [hunger v] to [0]


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

Offline

 

#2930 2013-03-23 20:44:05

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

Re: Official [Scratchblocks] Testing Play Area

ask [#FFA800] and wait


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

Offline

 

#2931 2013-03-23 20:45:47

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

Re: Official [Scratchblocks] Testing Play Area

Test:

<()mod()>
There we go!

Last edited by 7734f (2013-03-23 20:46:38)


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

Offline

 

#2932 2013-03-23 22:31:00

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

Re: Official [Scratchblocks] Testing Play Area

brianush1 wrote:

when gf clicked
set [old broadcast v] to (☁ broadcast)
forever
 if <not <(old broadcast) = (☁ broadcast)>>
  broadcast [cross-project message v]
 set [old broadcast v] to (☁ broadcast)

when I receive [cross-project message v]
do stuff

when key [space v] pressed
set [☁ broadcast v] to [new message]

Fixed. You forgot the

 and 

Last edited by Liamadams (2013-03-23 22:32:03)


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

Offline

 

#2933 2013-03-24 05:59:49

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <(pie) > [9000]>
  say [IT'S OVA 9000!!!] for [3.999] secs
if <(pie) < [9000]>
  say [IMA HUNGRY FOR PIE!]
  repeat until <(pie) > [9000]
    change [pie] by [1]
    wait [0.2] secs


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

Offline

 

#2934 2013-03-24 10:44:01

mohammedomar
New Scratcher
Registered: 2013-01-23
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

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

Offline

 

#2935 2013-03-24 12:08:08

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

Re: Official [Scratchblocks] Testing Play Area

topazdragonlord wrote:

when gf clicked
if <(pie) > [9000]>
  say [IT'S OVA 9000!!!] for [3.999] secs
if <(pie) < [9000]>
  say [IMA HUNGRY FOR PIE!]
  repeat until <(pie) > [9000]>
    change [pie] by [1]
    wait [0.2] secs
end
end
end

Fixed.

Last edited by Liamadams (2013-04-12 08:03:49)


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

Offline

 

#2936 2013-03-24 12:09:16

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

Re: Official [Scratchblocks] Testing Play Area


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

Offline

 

#2937 2013-03-24 12:10:23

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

Re: Official [Scratchblocks] Testing Play Area

Me wrote:

LOLZ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


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

Offline

 

#2938 2013-03-24 12:12:41

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

Re: Official [Scratchblocks] Testing Play Area

sammyuri wrote:

when gf clicked
set [room v] to [0]
go to x: [0] y: [0]
switch to costume [question v]
ask [do you want a adventure?] and wait
if <(answer) = [no]>
stop all
else
broadcast [adventure v]
end
When I receive [adventure v]
go to x: [-200] y: [-140]
set [room v] to [1]
wait [1] secs
broadcast [more cats v]
wait [1] secs
say [hello!]
wait [2] secs
ask [do you want to come to their stall?] and wait
if <(answer) = [yes]>
broadcast [stall v]
set [room v] to [2]
else
stop all
end

Fixed.

Last edited by Liamadams (2013-04-12 08:03:03)


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

Offline

 

#2939 2013-03-24 12:20:01

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

Re: Official [Scratchblocks] Testing Play Area

Chocolate wrote:

hi im chocolate
lol
dum dums
gummy bears
if <<i love brownies> = <true>>
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
move [0] steps
*faint*
end[/quote]

lol nobody wrote that i just used the quote stuff  tongue

Last edited by Liamadams (2013-03-24 12:23:10)


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

Offline

 

#2940 2013-03-24 12:24:30

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

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

sammyuri wrote:

when gf clicked
set [room v] to [0]
go to x: [0] y: [0]
switch to costume [question v]
ask [do you want a adventure?] and wait
if <(answer) = [no]>
stop all
else
broadcast [adventure v]
end
When I receive [adventure v]
go to x: [-200] y: [-140]
set [room v] to [1]
wait [1] secs
broadcast [more cats v]
wait [1] secs
say [hello!]
wait [2] secs
ask [do you want to come to their stall?] and wait
if <(answer) = [yes]>
broadcast [stall v]
set [room v] to [2]
else
stop all
end

Fixed. Just can't figure out how to fix the when i recieve.

Fixed the When I receive. It was just spelling  tongue


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

Offline

 

#2941 2013-03-24 12:28:29

piotrgrochowskiNew
Scratcher
Registered: 2013-03-05
Posts: 27

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Keep online!

Offline

 

#2942 2013-03-24 12:29:54

Hyperbola
Scratcher
Registered: 2013-03-15
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

http://scratch.mit.edu/forums/viewtopic.php?pid=1528575#p1528575
That bug again.


Tip of the whatever: Don't post in threads older than 2 weeks unless your post will actually be useful.
It's the last day of 1.4! *cries* (quote from NeilWest, rest by me) by the time you read this it probably will be 2.0  sad

Offline

 

#2943 2013-03-24 12:38:42

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

Re: Official [Scratchblocks] Testing Play Area

piotrgrochowskiNew wrote:

7734f wrote:

Keep online!

That's just a forum Glitch  tongue  It's to the left of this.


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

Offline

 

#2944 2013-03-24 12:41:40

johnaveryhanson
Scratcher
Registered: 2011-12-22
Posts: 58

Re: Official [Scratchblocks] Testing Play Area

hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohelllohello
or
forever
hello 


i am currently http://blocks.scratchr.org/API.php?user=johnaveryhanson&amp;action=onlineStatus&amp;type=text

Offline

 

#2945 2013-03-24 15:03:17

cauzality
New Scratcher
Registered: 2013-03-19
Posts: 44

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [size] to [100]%
set [depth] to [0]
set [x] to [0]
set [y] to [-200]
forever
   set size to ([100] - ((depth)/[4])) %
   set y to ([10] *  (sqrt of ([1]+(depth))-[100])
   if <key [w] pressed?>
      change depth by [3]
      if <(depth) > [200]>
         set [depth] to [200]
   if <key [s] pressed?>
      change [depth] by -3
      if < (depth) < [0]>
         set [depth] to [0]
   if < key [a] pressed?>
      change x by [-3]
   if <key [d] pressed?>
      change x by [3]

Offline

 

#2946 2013-03-24 15:08:30

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

Re: Official [Scratchblocks] Testing Play Area

cauzality wrote:

when gf clicked
set size to (100)%
set [depth v] to (0)
set x to (0)
set y to (-200)
forever
   set size to ((100) - ((depth)/(4))) %
   set y to (((10) *  ([sqrt v] of ((1)+(depth)))) - (100))
   if <key [w v] pressed?>
      change [depth v] by (3)
      if <(depth) > (200)>
         set [depth v] to (200)
      end
   end
   if <key [s v] pressed?>
      change [depth v] by (-3)
      if < (depth) < (0)>
         set [depth v] to (0)
      end
   end
   if < key [a v] pressed?>
      change x by (-3)
   end
   if <key [d v] pressed?>
      change x by (3)
   end

Fixed; you had forgotten several +'s in various places and you forgot to put "end" wherever an if ended.

With regards,

ErnieParke

Last edited by ErnieParke (2013-03-24 15:11:15)


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

Offline

 

#2947 2013-03-24 15:14:32

cauzality
New Scratcher
Registered: 2013-03-19
Posts: 44

Re: Official [Scratchblocks] Testing Play Area

how do you see the code of my post? i want to see yours. and thank you ernie

Offline

 

#2948 2013-03-24 15:19:49

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

Re: Official [Scratchblocks] Testing Play Area

cauzality wrote:

how do you see the code of my post? i want to see yours. and thank you ernie

Well, I just quoted you and fixed your code from there. If you're wondering how I quoted you, there's a Quote button at the bottom-right of every post.

Anyway, you're welcome!  smile

With regards,

ErnieParke


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

Offline

 

#2949 2013-03-24 16:15:52

JadeDJ
Scratcher
Registered: 2013-03-05
Posts: 22

Re: Official [Scratchblocks] Testing Play Area

Splodgey wrote:

CheeseMunchy wrote:

when i receive [lunch Time! v]
Set [Size of pickle v] to [100]
Open [oven v]
Grab [pickle v]
pull up [chair v]
wait [3] secs
repeat until <(Size of pickle) = [0]>
[Chew v] for [3] secs
Change [Size of pickle v] by [-1]
wait [1] secs
say [ew this is nasty] for [2] secs
end
broadcast [lunch eaten v]

when i receive [lunch eaten v]
say [LOLOLOLOLOLOLOL] for [a lot] secs

FUNNY!!!!!!!!!!!!!!!!!!!!! This must have taken ages.


https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-prn1/62864_109495135917136_1191786468_n.jpg
SCRATCHERS UNITED!!! HERE: http://scratchersunited.webs.com/  wink

Offline

 

#2950 2013-03-24 17:36:22

Marios-Star
Scratcher
Registered: 2012-08-02
Posts: 9

Re: Official [Scratchblocks] Testing Play Area

color [purple] is touching [sprite1] 
I hope I did this right!

Offline

 

Board footer