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

#1751 2012-10-21 15:15:50

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

Re: Official [Scratchblocks] Testing Play Area

<<(var1) = (what var1 should be)> is false?>
<<(var1) = (what var1 should be)> is true?>

Offline

 

#1752 2012-10-21 15:20:11

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <sound = [2]>
 record sound
else
 don't record sound
end
set looks of [variable v] to [large readout v]

Offline

 

#1753 2012-10-21 15:22:07

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

Re: Official [Scratchblocks] Testing Play Area

else

Offline

 

#1754 2012-10-21 15:26:36

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

Re: Official [Scratchblocks] Testing Play Area

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

Offline

 

#1755 2012-10-21 15:27:39

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

Re: Official [Scratchblocks] Testing Play Area

Tastycakelover wrote:

when gf clicked 
broadcast [:D v]
say [I love random scripts!] for (8) secs
set [Funny Scratchblocks Posts v] to (7)
switch to costume [scratchblocker v]
when I receive [:D v]
say [Woo Hoo :D] for (3) secs
wait (5) secs
repeat (2)
switch to costume [nom nom nom :3 v] 
change [Funny-ness v] by (1)
end
stop all
cool   cool   cool

FeeXeeeD


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

Offline

 

#1756 2012-10-21 15:30:57

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

Re: Official [Scratchblocks] Testing Play Area

I wrote:

(answer)

sakafitrady wrote:

walk for [3] [minutes v]

Offline

 

#1757 2012-10-21 16:59:42

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

(lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg)

Offline

 

#1758 2012-10-21 17:04:13

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

say ()

Offline

 

#1759 2012-10-21 17:36:27

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

Re: Official [Scratchblocks] Testing Play Area

when <<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>> clicked

Last edited by gfchll (2012-10-21 17:37:13)


HELLO EVERYBODY!

Offline

 

#1760 2012-10-21 18:07:50

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

Re: Official [Scratchblocks] Testing Play Area

To dvd4:
I think it is, though try not to do that on other topics.

Last edited by ErnieParke (2012-10-21 19:22:48)


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

Offline

 

#1761 2012-10-21 19:15:01

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

Re: Official [Scratchblocks] Testing Play Area

dvd4 wrote:

[removed]
is this considered playing with scratchblocks ?[
Is it ?

No, because it messes up the page...


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

Offline

 

#1762 2012-10-21 19:35:04

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

Re: Official [Scratchblocks] Testing Play Area

Firedrake969 wrote:

dvd4 wrote:

[removed]
is this considered playing with scratchblocks ?[
Is it ?

No, because it messes up the page...

oh  sad


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

Offline

 

#1763 2012-10-21 20:33:02

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

when I receive [game: jump v]
set [jump? v] to (1)
change y by (2)
set [v speed v] to (5)

when [up arrow v] key pressed
if <(jump?) = (0)>
  broadcast [game: jum v]
end

when I receive [game: start v]
repeat until <not <(screen) = (screen)>> 
  change y by (v speed)
  if <not <touching [ground v]?>>
    change [v speed v] by (-0.25)
  else
    change y by (((v speed) + (1)) * (-1))
    set [v speed v] to (0)
    set [jump? v] to (0)
    wait until <<not <touching [ground v]?>> or <(jump?) = (1)>>
  end
end
[scratchblocks]
when I receive [game: start v]
set [ghost v] effect to (100)
repeat until <not <(screen) = (screen)>> 
  set x to ( [x position v] of [sensor2 v] )
end

Offline

 

#1764 2012-10-21 20:45:40

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

Re: Official [Scratchblocks] Testing Play Area

scripttutorials wrote:

when I receive [game: jump v]
set [jump? v] to (1)
change y by (2)
set [v speed v] to (5)

when [up arrow v] key pressed
if <(jump?) = (0)>
  broadcast [game: jum v]
end

when I receive [game: start v]
repeat until <not <(screen) = (screen)>>  
  change y by (v speed)
  if <not <touching [ground v]?>>
	change [v speed v] by (-0.25)
  else
	change y by (((v speed) + (1)) * (-1))
	set [v speed v] to (0)
	set [jump? v] to (0)
	wait until <<not <touching [ground v]?>> or <(jump?) = (1)>>
  end
end
when I receive [game: start v]
set [ghost v] effect to (100)
repeat until <not <(screen) = (screen)>>  
  set x to ( [x position v] of [sensor2 v] )
end

Fixed.


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

 

#1765 2012-10-21 20:47:32

lemonpretzel
Scratcher
Registered: 2008-10-23
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

say [:)]
smile

Last edited by lemonpretzel (2012-10-21 20:47:53)

Offline

 

#1766 2012-10-21 21:18:25

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area


When gf clicked
If <<(var) = (what var should be)> is true?>
 move [this many] steps
end
set [var v] to [71]
say [12345...] for [999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999] secs
add [blah] to [fgfgfgf v]
Meow
Bah 
Meow
Bah
Ninja fishing... Get it in app store!
If <touching [ground v]?>
 Say [#FFC467]
End
Nd
Nd
Nd
Nd
Nd
Nd
Nd
Broadcast [loading... v]
Set pen color to [#FFC467]
Set pen size to [10]
Pen down
Parse script!
Else
Parse script!
and
PS
or
PN

Offline

 

#1767 2012-10-22 21:16:25

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>
LOL

Offline

 

#1768 2012-10-22 21:19:58

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

Nom
Nom
Nom
Nom
Om Nom Nom
:p :| >:O
Blah Blah Blah to <<<<<<<<<>>>>>>>>>

Offline

 

#1769 2012-10-22 21:22:12

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

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < end
if < else end
if < else end
if < else end
if < else end
if < else end
if < else end
forever <>
say (hi) for secs
end
repeat until
[var(var)var]
[var()dsfushfbdkjfsdfsdhsdfhsdkj]
end

Last edited by KrIsMa (2012-10-22 21:30:10)


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

 

#1770 2012-10-22 21:25:40

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

Re: Official [Scratchblocks] Testing Play Area

if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
if <
wow.

Last edited by dvd4 (2012-10-22 21:27:51)


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

Offline

 

#1771 2012-10-22 21:26:41

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

Re: Official [Scratchblocks] Testing Play Area

 <[gobo] = [a screen or mat covered with a dark material for shielding a camera lens from excess light or glare.]>
Got that from Dictionary.com.  tongue


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

 

#1772 2012-10-22 21:28:01

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

Re: Official [Scratchblocks] Testing Play Area

awesomeness321 wrote:

 <[gobo] = [a screen or mat covered with a dark material for shielding a camera lens from excess light or glare.]>
Got that from Dictionary.com.  tongue

XD


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

Offline

 

#1773 2012-10-22 21:28:44

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]
Go to [planet v] [mars v]

Offline

 

#1774 2012-10-22 21:30:45

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

Re: Official [Scratchblocks] Testing Play Area

forever []<>()
say for secs
end
else
else
else
else
else
else
else
else
else
else
else
else
else
else
else
else
else
else
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end

Last edited by KrIsMa (2012-10-22 21:34:08)


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

 

#1775 2012-10-22 21:33:21

scripttutorials
New Scratcher
Registered: 2012-10-21
Posts: 25

Re: Official [Scratchblocks] Testing Play Area

dvd4 wrote:

awesomeness321 wrote:

 <[gobo] = [a screen or mat covered with a dark material for shielding a camera lens from excess light or glare.]>
Got that from Dictionary.com.  tongue

XD

Offline

 

Board footer