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

#1976 2012-11-07 17:15:39

Tornado27
Scratcher
Registered: 2012-09-02
Posts: 17

Re: Official [Scratchblocks] Testing Play Area

ErnieParke wrote:

Tornado27 wrote:

 when gf clicked
 if <(time) = (6: 45)>
Broadcast [scratch time v]
end
 
 when i receive [scratch time v]
do scratch
 
if < [lunchtime] = (yes)>
eat pizza
 say [Yum!] for (3) secs
broadcast [scratch time 2 v]
end
 
 when i receive [scratch time 2 v]
repeat until <(time) = (10:30)>
do scratch
end
go to [bed v]
sleep
 

Fixed.

Thank you.

Offline

 

#1977 2012-11-07 20:07:51

CN12
Scratcher
Registered: 2012-07-15
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say 
[hi]
end


Click this on April 15th to see the new album from The 10th Dimension!
http://oi48.tinypic.com/23tqhyw.jpg

Offline

 

#1978 2012-11-08 18:39:38

baxter_03
Scratcher
Registered: 2010-09-04
Posts: 30

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
spam
spam
spam
spam
spam
spam
say [now im bord of spaming]
[scratchblocks/]

Last edited by baxter_03 (2012-11-08 18:40:21)


http://oi47.tinypic.com/17s5dc.jpg I am feeling: http://i158.photobucket.com/albums/t83/Strange-Angel/Smilies/excited.gif

Offline

 

#1979 2012-11-08 21:15:26

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

if [i] [want to v] ([sing a song about properties v] of [matter])
 (then) [I'll v] say [that I am going to sing about matter.]
else
(then) [I won't v] say [that I am going to sing about matter.]

Last edited by awesomeness321 (2012-11-08 21:17:12)


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1980 2012-11-08 21:40:10

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

Re: Official [Scratchblocks] Testing Play Area

baxter_03 wrote:

spam
spam
spam
spam
spam
spam
say [now im bord of spaming]

fixed


HELLO EVERYBODY!

Offline

 

#1981 2012-11-08 22:19:31

Zro716
New Scratcher
Registered: 2012-11-05
Posts: 21

Re: Official [Scratchblocks] Testing Play Area

Don't really know where to go to submit some good ideas for the next version of scratch, but here are some:

when <> is true
start timer
repeat (10) or until <touching [sprite2 v]?>
  move at speed (10) steps every (1) secs
  rotate at speed (15) degrees every (1) secs
end
if touching [sprite2 v], bounce
stop timer
point away from [sprite2 v]
go back (1) costumes
hide list [times v]
stop all sprite scripts
Credit to me.

Offline

 

#1982 2012-11-09 03:07:54

dreamtester
New Scratcher
Registered: 2012-11-09
Posts: 7

Re: Official [Scratchblocks] Testing Play Area

when spaceV pressed
I am dreamtester
spam
spam
spam
spam
spam
spam
spam
I will stop
 spam 
even though I never have sppamed

Offline

 

#1983 2012-11-09 03:11:51

dreamtester
New Scratcher
Registered: 2012-11-09
Posts: 7

Re: Official [Scratchblocks] Testing Play Area

baxter_03 wrote:

spam
spam
spam
spam
spam
spam
say [now im bord of spaming]

spam
spam
spam
spam
spam
spam
say [now im bord of spaming]
fixed  tongue   tongue   tongue   tongue

Offline

 

#1984 2012-11-09 07:21:43

JustinJeromeAw
Scratcher
Registered: 2012-10-10
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

when idiotical dude clicked
play sound(i`m naked and i know it] until done
say [bye bye] for (8) secs
stop all rb

Offline

 

#1985 2012-11-09 15:00:22

tailskirbyyoshifan
Scratcher
Registered: 2010-03-14
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Cool!


http://i.imgur.com/H4WAk.png

Offline

 

#1986 2012-11-09 16:05:20

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
think hi
set [hi v] to [hi]
broadcast [hi v]
clear
go to [hi v]
play sound [hi v]
say [hi] for (3) secs

Last edited by maxamillion321 (2012-11-09 16:07:47)

Offline

 

#1987 2012-11-09 19:42:58

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Zro716 wrote:

Don't really know where to go to submit some good ideas for the next version of scratch How about SUGGESTIONS?, but here are some:

when <> is true
start timer
repeat (10) or until <touching [sprite2 v]?>
  move at speed (10) steps every (1) secs
  rotate at speed (15) degrees every (1) secs
end
if touching [sprite2 v], bounce
stop timer
point away from [sprite2 v]
go back (1) costumes
hide list [times v]
stop all sprite scripts
Credit to me.

1. Eh, reasonable i guess.
2. Not a bad idea
3. Not bad, but probably won't be in 2.0 because you can do:

repeat until <<(count) = [10]> or <touching [sprite2 v]?>>
whatever
whatever
change [count v] by (1)
4. Pretty easy to just do:
move (speed) steps 
wait (amount) secs
5.Same thing
6. Possible to do with the current blocks, but I'd still like it. (But I'd prefer a 'bounce' block.)
7. Not a bad idea.
8. Pretty good idea.
9. Not a bad idea, but you can do:
switch to costume ((costume #) - (amount))
10.There will be blocks to show and hide lists in scratch 2.0.  smile
11. There will be a block in 2.0 called 'stop other scripts in this sprite' (to avoid unexpected glitches).  smile


These are my opinions on your ideas.

Last edited by awesomeness321 (2012-11-09 19:43:21)


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1988 2012-11-09 22:04:39

sakafitrady
Scratcher
Registered: 2012-09-07
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

LOL

nobody ever wrote:

when gf clicked
immediately go [crazy v]

Offline

 

#1989 2012-11-09 22:10:55

sakafitrady
Scratcher
Registered: 2012-09-07
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when I receive [divide by zero v]
grab [calculator v] out of [pocket v]
put [7] [/ v] [0] in [calculator v]
click [= v] button on [calculator v]
set [calculator blowup v] to [100]
blow up [calculator v]

Offline

 

#1990 2012-11-09 23:53:24

Zro716
New Scratcher
Registered: 2012-11-05
Posts: 21

Re: Official [Scratchblocks] Testing Play Area

Fibonacci Sequence Script:

when gf clicked
set [x v] to [1]
delete (all v) of [fibonacci sequence v]
add [0] to [fibonacci sequence v]
add [1] to [fibonacci sequence v]
forever
  add [((item (((x) - (1))) of [fibonacci sequence v]) + (item ((x)) of [fibonacci sequence v]))] to [fibonacci sequence v]
  change [x v] by (1)
end

Offline

 

#1991 2012-11-10 00:00:01

Zro716
New Scratcher
Registered: 2012-11-05
Posts: 21

Re: Official [Scratchblocks] Testing Play Area

Fibonacci Sequence Script:

when gf clicked
set [x v] to [1]
delete (all v) of [fibonacci sequence v]
add [0] to [fibonacci sequence v]
add [1] to [fibonacci sequence v]
forever
  add [(((item (((x) - (1))) of [fibonacci sequence v])) + ((item ((x)) of [fibonacci sequence v])))] to [fibonacci sequence v]
  change [x v] by (1)
end

Offline

 

#1992 2012-11-10 09:15:18

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

Re: Official [Scratchblocks] Testing Play Area

Zro716 wrote:

Fibonacci Sequence Script:

when gf clicked
set [x v] to [1]
delete (all v) of [fibonacci sequence v]
add [0] to [fibonacci sequence v]
add [1] to [fibonacci sequence v]
forever
  add ((item ((x) - (1)) of [fibonacci sequence v]) + (item (x) of [fibonacci sequence v])) to [fibonacci sequence v]
  change [x v] by (1)
end

Fixed.


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

Offline

 

#1993 2012-11-10 14:31:54

sakafitrady
Scratcher
Registered: 2012-09-07
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when [not v] gf clicked [for] (5) [secs]
forever
 if [I v] [wanna v] [read v] (a) [book v] [about v] [life before the dinosaurs v] 
  (then) [I v] [will v] [read a book about v] (life before the dinosaurs) say
 else
  [I v] (will not read a book about life before the dinosaurs) say
 end
end

Last edited by sakafitrady (2012-11-10 14:32:40)

Offline

 

#1994 2012-11-10 14:35:13

sakafitrady
Scratcher
Registered: 2012-09-07
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Hi>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Last edited by sakafitrady (2012-11-10 14:35:32)

Offline

 

#1995 2012-11-10 14:44:33

ZorchyGroxFox
Scratcher
Registered: 2012-11-06
Posts: 14

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <(ZorchyGroxFox) = (new)>
say [hello everyone] for (2) secs

Offline

 

#1996 2012-11-10 16:04:51

reallqwet
Scratcher
Registered: 2012-10-06
Posts: 64

Re: Official [Scratchblocks] Testing Play Area

when (almost everything) clicked
set [almost everything v] to (2222222222222222222222222222222222222222222222)
repeat (2222222222222222222222222222222222222222222222)
 change [almost everything v] by (-1)
end
wait until <(almost everything) = (0)>
say [EVERYTHING IS GONE! NOOOOOOOOOOOOOOOOO!!!!!] for (almost everything) secs

Last edited by reallqwet (2012-11-10 16:05:33)

Offline

 

#1997 2012-11-10 17:59:54

ZorchyGroxFox
Scratcher
Registered: 2012-11-06
Posts: 14

Re: Official [Scratchblocks] Testing Play Area

when gf clicked 
set [var1 v] to (0)
set [var2 v] to (0)
set [var3 v] to (0)
set [var4 v] to (1)
set [var5 v] to (0)
forever
change [var1 v] by (var2)
change [var2 v] by (var3)
change [var3 v] by (var4)
change [var4 v] by (var1)
end

when gf clicked
forever
if <(var1) > [∞]>
set [var5 v] to <[999] / [0]>

Offline

 

#1998 2012-11-10 18:07:58

ZorchyGroxFox
Scratcher
Registered: 2012-11-06
Posts: 14

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [input v] to (42)
repeat until <[Ultimate Question v] found?>
find (Ultimate Question) based on (input)
end
say (Ultimate Question) for (10) secs
The mice were furious...

Offline

 

#1999 2012-11-10 18:22:33

Portalmaker
Scratcher
Registered: 2012-10-21
Posts: 76

Re: Official [Scratchblocks] Testing Play Area

I think blocks should be accesible from the right like the program-but on the right.


-_meow_

Offline

 

#2000 2012-11-10 18:24:24

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Portalmaker wrote:

I think blocks should be accesible from the right like the program-but on the right.

1999 post


http://blocks.scratchr.org/API.php?user=KrIsMa&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/2pzic0m.png&amp;offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

Board footer