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

#3076 2013-04-08 02:53:21

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if << (at party) = [1] > and < (time) < [12:30] >>
  leave [party v]
  cry//what's the point of crying when you start a party too early!?
  go to [home v]
else
  do the Harlem shake with [your friends v]
  drink [green cordial v]
  add [green cordial] to [drinks drank v]
  eat [ice cream cake v]
  add [ice cream cake] to [food eaten v]
  eat [everything else]
  add [everything else] to [food eaten v]
  drink [everything else]
  add [everything else] to [drinks drank v]
  wait [14400] secs//which is 4 hours
  broadcast [that was fun v]
end


when I receive [that was fun v]
repeat [10]
  play sound [phew v] until done
end
sweat for [600] secs//which is 10 minutes
say [that was fun!!] for [1] secs
stop all
will this work?  neutral

Offline

 

#3077 2013-04-08 03:34:53

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

part of piotrgrochowskiNew's writing:



set [( v] to <when gf clicked>//??? XD

Offline

 

#3078 2013-04-08 07:49:33

Emerald15
New Scratcher
Registered: 2013-04-05
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
forever
if <touching [Ground V]?>
set [Y Velocity V] to [0]
end
wait until <not<touching [Ground V]?>>

Offline

 

#3079 2013-04-08 07:53:00

Emerald15
New Scratcher
Registered: 2013-04-05
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

Emerald15 wrote:

when gf clicked
forever
if <touching [Ground V]?>
set [Y Velocity V] to [0]
end
wait until <not<touching [Ground V]?>>[/quote]
Oops!
when gf clicked
forever
if <touching [Ground V]?>
set [Y Velocity V] to [0]
end
wait until <not<touching [Ground V]?>>

Offline

 

#3080 2013-04-08 12:28:29

PaulBrownMagic
New Scratcher
Registered: 2013-04-05
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
  if <key [left arrow] pressed>
    turn left [15] degrees
  end
  if <key [right arrow] pressed>
    turn right [15] degrees
  end 
  if <key [up arrow] pressed>
    move [10] steps
  end
 if <key [down arrow] pressed>
    move [-10] steps
  end
end

Offline

 

#3081 2013-04-08 12:35:46

PaulBrownMagic
New Scratcher
Registered: 2013-04-05
Posts: 15

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
move [movement] steps
forever
  if <key [left arrow] pressed?>
    turn left [15] degrees
  end
  if <key [right arrow] pressed?>
    turn right [15] degrees
  end 
  if <key [up arrow] pressed?>
    move [10] steps
    if <[movement] < [10]>
    change [movement] by (1)
    end
  end
 if <key [down arrow] pressed?>
    move [-10] steps
    if <[movement] > [-10]>
    change [movement] by (-1)
    end
  end
end

Offline

 

#3082 2013-04-08 18:11:21

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

Re: Official [Scratchblocks] Testing Play Area

PaulBrownMagic wrote:

when gf clicked
move (movement) steps
forever
  if <key [left arrow v] pressed?>
    turn left [15] degrees
  end
  if <key [right arrow v] pressed?>
    turn right [15] degrees
  end 
  if <key [up arrow v] pressed?>
    move [10] steps
    if <(movement) < [10]>
    change [movement v] by (1)
    end
  end
 if <key [down arrow v] pressed?>
    move [-10] steps
    if <(movement) > [-10]>
    change [movement v] by (-1)
 end
end

fixed.  cool

Last edited by Liamadams (2013-04-08 18:13:00)


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

Offline

 

#3083 2013-04-08 18:15:35

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

Re: Official [Scratchblocks] Testing Play Area

Emerald15 wrote:

Emerald15 wrote:

when gf clicked
forever
if <touching [Ground v]?>
set [Y Velocity Vv] to [0]
end
wait until <not<touching [Ground v]?>>
Oops!
when gf clicked
forever
if <touching [Ground v]?>
set [Y Velocity V] to [0]
end
wait until <not<touching [Ground v]?>>

fixed.  cool


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

Offline

 

#3084 2013-04-08 18:17:39

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

Re: Official [Scratchblocks] Testing Play Area

CelestiaLovesAMVs wrote:

when gf clicked
forever
say [give me the cookies] for (3) secs

fixed. by the way, i dont have any cookies, so stop asking me.  cool


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

Offline

 

#3085 2013-04-08 20:33:06

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
say <when gf clicked> for [5] secs

when gf clicked
say <when i receive [lol v]> for [5] secs

when gf clicked
say <when [space v] key pressed> for [5] secs


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

Offline

 

#3086 2013-04-08 20:33:46

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

beyen wrote:

when gf clicked
set [injury v] to [0]
repeat until < (injury) = [100] >
  walk [everywhere v]
  flip [if tempted to v]
  change [injury v] by [1]
end
next costume
say [ohhh, owww! I've got to go to the hospital!] for [10] weeks
stop all

fixed.

Offline

 

#3087 2013-04-08 20:38:58

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

JPeGamesEn wrote:

when I receive [gwah v]
set [bowserkooparawr v] to < (10) * (pick random (true) to ((1) / (gahnumber))) >

fixed.

Offline

 

#3088 2013-04-08 21:30:35

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

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

when gf clicked
say <when gf clicked> for [5] secs

when gf clicked
say <when i receive [lol v]> for [5] secs

when gf clicked
say <when [space v] key pressed> for [5] secs

Take this:

when gf clicked
<when I recieve [blank v]
say <when gf clicked>
say <when [Sprite 1] clicked


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

Offline

 

#3089 2013-04-09 01:48:44

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

I ♥ glitch



when gf clicked [3.1415926535897932384626433832795028841971693993751058209749445923]
set [pi v] to (3.1415926535897932384626433832795028841971693993751058209749445923)
forever
say <<when gf clicked> * <<when [space v] key pressed> * <<when I receive [lol v]> * (pi)>>> for [3.1415926535897932384626433832795028841971693993751058209749445923] secs

Offline

 

#3090 2013-04-09 05:38:43

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if ((popcorn) * (<when gf clicked> * (join(3.1415926535897932384626433832795028841971693993751058209749445923) (smelly old sock))))// = 300
  say <[universe v] contains <item (last v) of [3.1415926535897932384626433832795028841971693993751058209749445923 v]><when gf clicked <when gf clicked>><when [space v] key pressed <I die! no, just kidding.>><when I receive [nothing v] <clear>>>
end
else
repeat (165)
  turn right (2) degrees
  say [whee!] for [0.01] secs
end
repeat (5)
  play sound [glitch v] until done
end
stop all pinks
stop all

Offline

 

#3091 2013-04-09 05:59:18

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
set x to ((round ((mouse x) / (width))) * (width))
set y to ((round ((mouse y) / (width))) * (width))
end

Offline

 

#3092 2013-04-09 07:45:32

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
trolololololololololololol c:

Offline

 

#3093 2013-04-09 12:40:59

hexagon400
New Scratcher
Registered: 2013-04-09
Posts: 9

Re: Official [Scratchblocks] Testing Play Area

LOLOL
say [Did this work?]
go (10)

Offline

 

#3094 2013-04-09 12:43:41

firedrake969_test
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

testing

<true>
<false>
<or>
<and>
<<and>or<and>>
<<or>and<or>>

Last edited by firedrake969_test (2013-04-09 12:44:55)


Alt of Firedrake969.

Offline

 

#3095 2013-04-09 12:44:55

hexagon400
New Scratcher
Registered: 2013-04-09
Posts: 9

Re: Official [Scratchblocks] Testing Play Area

SLENDERMAN wrote:

when slendermanseen
change [slendermanvictims v] by (1)

Offline

 

#3096 2013-04-09 17:28:14

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

Re: Official [Scratchblocks] Testing Play Area

firedrake969_test wrote:

testing

<true>//these two are not fixable
<false>
<<>or<>>
<<>and<>>
<<<>and<>>or<<>and<>>>
<<<>or<>>and<<>or<>>>

Here you go. I fixed it  wink


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

Offline

 

#3097 2013-04-09 20:23:11

cobraguy
Scratcher
Registered: 2009-11-18
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [vel x] to [0]
set [vel y] to [0]
forever
if <key [left arrow v] pressed?>
change [vel x] by [-1]
end
if <key [right arrow v] pressed?>
change [vel x] by [1]
end
end

Last edited by cobraguy (2013-04-09 20:34:13)


Fruit Fighter, when your food eats you.
http://i.imgur.com/8CR6Lnj.png?1

Offline

 

#3098 2013-04-09 20:26:01

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

Re: Official [Scratchblocks] Testing Play Area

cobraguy wrote:

when gf clicked
set [vel x v] to (0)
set [vel y v] to (0)
forever
if <key [left arrow v] pressed?>
change [vel x v] by (-1)
end
if <key [right arrow v] pressed?>
change [vel x v] by (1)
end

Fixed; you were mainly missing v's in your drop down menus.

With regards,

ErnieParke


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

Offline

 

#3099 2013-04-09 20:34:50

cobraguy
Scratcher
Registered: 2009-11-18
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

ErnieParke wrote:

cobraguy wrote:

when gf clicked
set [vel x v] to (0)
set [vel y v] to (0)
forever
if <key [left arrow v] pressed?>
change [vel x v] by (-1)
end
if <key [right arrow v] pressed?>
change [vel x v] by (1)
end

Fixed; you were mainly missing v's in your drop down menus.

With regards,

ErnieParke

Thank you


Fruit Fighter, when your food eats you.
http://i.imgur.com/8CR6Lnj.png?1

Offline

 

#3100 2013-04-09 20:44:34

cobraguy
Scratcher
Registered: 2009-11-18
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

repeat until <touching color [black]>
move [10] steps
end
Can I make the "touching color" block display a black box instead of the word black?

Last edited by cobraguy (2013-04-09 20:46:08)


Fruit Fighter, when your food eats you.
http://i.imgur.com/8CR6Lnj.png?1

Offline

 

Board footer