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

#1426 2012-09-17 19:24:41

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <touching [portal v]?>
wait (0.2) secs
go to x:(-154) y:(-68)
change [level v] by (1)
end

Last edited by maxamillion321 (2012-09-17 19:25:26)

Offline

 

#1427 2012-09-17 22:21:13

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever 
change x by (xvelocity)
change y by (yvelocity)
if <touching [course v]?>
set [xcollision v] to (1)
else
set [xcollision v] to (0)
end
if <(xcollision) = (1)>
if <touching [course v]?>
change y by (xvelocity)
if <touching [course v]?>
change y by (xvelocity)
else
change y by <(xvelocity) * (-1)>
end
else
change y by <(xvelocity) * (-1)>
end


Last edited by bullelk12 (2012-09-17 22:31:06)


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1428 2012-09-17 22:32:18

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever 
change x by (xvelocity)
change y by (yvelocity)
if <touching [course v]?>
set [xcollision v] to (1)
else
set [xcollision v] to (0)
end
if <(xcollision) = (1)>
if <touching [course v]?>
change y by (xvelocity)
if <touching [course v]?>
change y by (xvelocity)
if <touching [course v]?>
change y by (xvelocity)
if <touching [course v]?>
change y by <(xvelocity) * (-3)>
change x by <(xvelocity) * (-1)>
set [xvelocity v] to (0)
end
else
change y by <(xvelocity) * (-1)>
end
else
change y by <(xvelocity) * (-1)>
end
else
change y by <(xvelocity) * (-1)>
end


Last edited by bullelk12 (2012-09-17 22:35:55)


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1429 2012-09-18 02:51:34

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when I receive [pg fish caught v]


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1430 2012-09-18 07:00:18

TPAL125
Scratcher
Registered: 2012-06-09
Posts: 18

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <[I graduate] = [true]>
go to [school]
take [lots of] tests
sleep at [school]
go to [mouse-pointer]
think [Why is there a giant pointer in front of me?] for [a few] secs
wake [down v]
fix [mistake]
wake [up v]
see teacher [yelling] at me
raise [my v] hand
ask [Could I sleep?] and wait
no [answer]
wait (2) hours
wake at [principle's office v]
think [Change option] for (1) secs
wake at [home v]
go to [scratch v]
think [who scratched my walls?] for [ever]
think [these scratch blocks will probably not work.] for [green v] secs
end
Someone tell me if this works...

Offline

 

#1431 2012-09-18 07:26:30

TPAL125
Scratcher
Registered: 2012-06-09
Posts: 18

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <[something good happens]>
say [this is good] for (about 3 nano) secs
else
say [something.]
end

Offline

 

#1432 2012-09-18 16:15:24

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

Re: Official [Scratchblocks] Testing Play Area

Hi.

say [hi]


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

 

#1433 2012-09-18 19:54:39

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever if <key [space v] pressed?>
if <(yvelocity) = (0)>
set [jumping v] to (1)
repeat (10)
change [yvelocity v] by <(gravity) * (-1.4)>
end
set [jumping v] to (0)

Last edited by bullelk12 (2012-09-18 19:56:07)


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1434 2012-09-18 20:07:22

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked 
forever 
if <touching [blue v]?>
go to [yellow v]
wait until <not <touching [yellow v]?>>

Last edited by bullelk12 (2012-09-18 20:09:22)


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1435 2012-09-18 20:10:00

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

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
 
when clicked



repeat until

timer
>
10




go to
mouse-pointer ▼






think
Scripts in your posts!
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

 

#1436 2012-09-19 02:50:56

TPAL125
Scratcher
Registered: 2012-06-09
Posts: 18

Re: Official [Scratchblocks] Testing Play Area

([tree v] of [sprite v])

Offline

 

#1437 2012-09-19 02:57:45

TPAL125
Scratcher
Registered: 2012-06-09
Posts: 18

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
when gf clicked 
say [?????]

Offline

 

#1438 2012-09-19 07:18:31

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

Re: Official [Scratchblocks] Testing Play Area

when sprite1 clicked


when flag clicked
when gf clicked
when green flag clicked


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

 

#1439 2012-09-19 09:03:07

Dadiwiki
Scratcher
Registered: 2012-05-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Test:

 
when gf clicked
move (10) steps
turn right (15) degrees
turn left (15) degrees
point in direction (90)
point towards [Sprite1]
go to x: (0) y: (0)
go to [Sprite1]
glide (1) secs to x: (0) y: (0)
change x by (10)
set x to (10)
change y by (10)
set y to (10)
if on egde, bounce
switch to costume [costume2]
next costume
say [Hello!] for (2) secs
think [Hmm...] for (2) secs
say [Hello!]
think [Hmm...]
change [color] effect by (25)
change [fisheye] effect by (25)
change [whirl] effect by (25)
change [pixelate] effect by (25)
change [mosaic] effect by (25)
change [brightness] effect by (25)
change [ghost] effect by (25)
set [color] effect to (0)
clear graphic effects
change size by (10)
set size to (100)%
show
hide
go to front
go back (1) layers
play sound [meow]
play sound [meow] until done
stop all sounds
play drum (48) for (0,2) beats
rest for (0,2) beats

Offline

 

#1440 2012-09-19 09:24:49

Dadiwiki
Scratcher
Registered: 2012-05-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

a test again:

[scratchblocks]
when [a] key pressed
[0] = [0]
[0] < [0]

Offline

 

#1441 2012-09-19 20:26:48

brycedhigg2
Scratcher
Registered: 2011-07-13
Posts: 80

Re: Official [Scratchblocks] Testing Play Area

if (scratch 2.0 was out?)
set [emote v] to [happy]

Last edited by brycedhigg2 (2012-09-19 20:27:39)

Offline

 

#1442 2012-09-20 11:54:07

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

if (scratch 2.0 was out)
say [Yay! 2.0!]
say [I WANT TEH TBGS BACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!] for (infinite) seconds
set [emote v] to [???]


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#1443 2012-09-20 14:46:11

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

joefarebrother wrote:

if (scratch 2.0 was out)
say [Yay! 2.0!]
say [I WANT TEH TBGS BACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!] for (infinite) seconds
set [emote v] to [???]

TBGS?

Offline

 

#1444 2012-09-20 14:47:22

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Dadiwiki wrote:

a test again:

when [a] key pressed
<[0] = [0]>
<[0] < [0]>

Fixed. You left out the [/scratchblocks] at the end.

Also, you forgot the <> around the Booleans (the Diamond shaped ones)

Last edited by Splodgey (2012-09-20 14:48:29)

Offline

 

#1445 2012-09-20 17:23:13

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

Re: Official [Scratchblocks] Testing Play Area

move (10) steps
turn left (15) degrees
turn right (15) degrees
point in direction (90 v)
Point towards [ v]
go to x: (0) y: (0)
go to [ v]
glide (1) secs to x: (0) y: (0)
change x by (10)
set x to (0)
change y by (10)
set y to (0)
if on edge, bounce
[] (x position)
[] (y position)
[] (direction)


HELLO EVERYBODY!

Offline

 

#1446 2012-09-20 17:38:09

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

Re: Official [Scratchblocks] Testing Play Area

TheAwesomeCoder wrote:

hihihihihihihihihi

Typo fix.


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

 

#1447 2012-09-20 20:01:44

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

Re: Official [Scratchblocks] Testing Play Area

Splodgey wrote:

joefarebrother wrote:

if (scratch 2.0 was out)
say [Yay! 2.0!]
say [I WANT TEH TBGS BACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!] for (infinite) seconds
set [emote v] to [???]

TBGS?

Text based games


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

 

#1448 2012-09-20 22:09:31

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when i receive [pick up v]
set [pick up v] to (1)
forever if <(pick up) = (1)>


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#1449 2012-09-21 17:13:09

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

awesomeness321 wrote:

Splodgey wrote:

joefarebrother wrote:

if (scratch 2.0 was out)
say [Yay! 2.0!]
say [I WANT TEH TBGS BACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!] for (infinite) seconds
set [emote v] to [???]

TBGS?

Text based games

The best forum ever. Closing when 2.0 comes out


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#1450 2012-09-21 18:12:51

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when i receive [change scene v]
go to x: (<x position * (-.95)> y: (y position)

Last edited by bullelk12 (2012-09-21 18:15:44)


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

Board footer