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

#3151 2013-04-12 23:49:52

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

Re: Official [Scratchblocks] Testing Play Area

TiffanyK wrote:

when [space v] key pressed
repeat until <pigs fly>
go to [farm v]
end

fixed. you forgot to put some of the text in these: [] and <>

Offline

 

#3152 2013-04-13 04:40:04

pineapple6
New Scratcher
Registered: 2013-04-11
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

When Go Flag clicked
stop all
say [Adding on the end of stop all!] for (3) secs

Offline

 

#3153 2013-04-13 08:50:17

sodaLA
New Scratcher
Registered: 2013-04-12
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

pineapple6 wrote:

When gf clicked clicked
stop all
say [Adding on the end of stop all!] for (3) secs

fixed. you needed gf , not go flag.

Offline

 

#3154 2013-04-13 08:53:44

chespin8
Scratcher
Registered: 2013-03-28
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
move (10) steps
end
think [hi] for (1) secs

Offline

 

#3155 2013-04-13 08:54:50

sodaLA
New Scratcher
Registered: 2013-04-12
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

sodaLA wrote:

pineapple6 wrote:

when gf clicked
stop all
say [Adding on the end of stop all!] for (3) secs

fixed. you needed gf , not go flag.

darn it!  mad  Now i messed up! I needed only 1 click and i cant just edit it cause im new to this ccount!  sad  Well now its fixed.  smile

Offline

 

#3156 2013-04-13 09:06:15

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [Distance v] to [100]
set [Rotation v] to [0]
forever
repeat (360)
go to x: ((([sin v] of (Rotation)) * (Distance)) + ([x position v] of [Sprite2 v])) y: ((([cos v] of (Rotation)) * (Distance)) + ([y position v] of [Sprite2 v]))
end
end

when gf clicked
forever
if <[359] < (Rotation)>
set [Rotation v] to [0]
end
if <[-359] > (Rotation)>
set [Rotation v] to [0]
end
end

when gf clicked
forever
point in direction (([direction v] of [Sprite2 v]) + (90))
end

when gf clicked
forever if <not <touching [Sprite2 v]?>>
change [Distance v] by (-1.5)
end

Last edited by radu4000 (2013-04-13 09:06:42)

Offline

 

#3157 2013-04-13 17:22:27

pinnipediator
Scratcher
Registered: 2012-02-10
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

 
<arf<arf<arf<arf<arf<arf>arf>arf>arf>arf>arf> 
I haven't used scratchblocks for ages. 
think [hmmm] for (42) secs 

Offline

 

#3158 2013-04-13 17:22:53

mwg825
New Scratcher
Registered: 2013-04-13
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

make two backgrounds one with play button one with your game. Then make this under background script.

when gf clicked
switch to background [Play Button v]
when stage clicked
switch to background [Game Stage v]

Offline

 

#3159 2013-04-13 18:19:29

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

Re: Official [Scratchblocks] Testing Play Area

mwg825 wrote:

make two backgrounds one with play button one with your game. Then make this under background script.

when gf clicked
switch to background [Play Button v]
when [stage] clicked
switch to background [Game Stage v]

fixed.  neutral


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

Offline

 

#3160 2013-04-13 18:41:42

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

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
 if <touching color [#000000]?>
  set [yvel v] to [0]
 end
 if <not <touching color [#000000]?>>
  change [yvel v] by [-1]
 end
change x by (xvel)
change y by (yvel)
 if <key [right arrow v] pressed?>
  change [xvel v] by [1]
   if <key [right arrow v] pressed?>
  change [xvel v] by [1]
    if <key [right arrow v] pressed?>
  change [xvel v] by [1]
     if <key [right arrow v] pressed?>
  change [xvel v] by [1]
end
end
end
 if <key [left arrow v] pressed?>
  change [xvel v] by [-1]
   if <key [left arrow v] pressed?>
  change [xvel v] by [-1]
    if <key [left arrow v] pressed?>
  change [xvel v] by [-1]
    if <key [left arrow v] pressed?>
  change [xvel v] by [-1]
end
end
end
end
end
 if <key [up arrow v] pressed?>
  change [yvel v] by [1]
end

Last edited by Liamadams (2013-04-13 18:46:21)


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

Offline

 

#3161 2013-04-13 19:33:07

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

Re: Official [Scratchblocks] Testing Play Area

edo

£∂ø£≈ø£∂ø£∂ø£do£døØØØØØØØØØØØØØØØØØØØØØ//lol
tongue

Last edited by Liamadams (2013-04-13 19:33:24)


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

Offline

 

#3162 2013-04-13 21:07:39

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

Re: Official [Scratchblocks] Testing Play Area

//lone comment


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

Offline

 

#3163 2013-04-13 21:09:17

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

Re: Official [Scratchblocks] Testing Play Area

 :D


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

Offline

 

#3164 2013-04-13 21:11:04

124scratch
Scratcher
Registered: 2009-12-23
Posts: 20

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until eternity
  say [AHAHAHAHAHAHAHAHAHAHAHAHAAAAAAAAAAAAAA!!!!!!!!]
end
say [Okay I'm done.]

Offline

 

#3165 2013-04-13 21:12:52

124scratch
Scratcher
Registered: 2009-12-23
Posts: 20

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <eternity>
  say [AHAHAHAHAHAHAAAAAA!!!!!!!!]
end
say [Okay I'm done.]
swag

Offline

 

#3166 2013-04-13 21:15:04

124scratch
Scratcher
Registered: 2009-12-23
Posts: 20

Re: Official [Scratchblocks] Testing Play Area

Introducing THE SWAG BLOCK!!!!!!!!!!!

swag

Offline

 

#3167 2013-04-13 21:58:26

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

Re: Official [Scratchblocks] Testing Play Area

stop script
stop script
move [10] steps


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

Offline

 

#3168 2013-04-14 13:17:15

qwerts9000
Scratcher
Registered: 2011-02-21
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

change x by <(ScrollMoveTimes) * <(ScrollChange) + <(ScrollVelocity) + <(MoveX) - <(X) mod (ScrollMoveTimes)>>>>>

Last edited by qwerts9000 (2013-04-14 13:18:17)

Offline

 

#3169 2013-04-14 15:23:44

shalomblue
New Scratcher
Registered: 2013-04-14
Posts: 2

Re: Official [Scratchblocks] Testing Play Area

how do you make variables?

Offline

 

#3170 2013-04-14 15:58:12

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

Re: Official [Scratchblocks] Testing Play Area

shalomblue wrote:

how do you make variables?

Go to Variables, and make a variable.


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

Offline

 

#3171 2013-04-14 18:09:56

sodaLA
New Scratcher
Registered: 2013-04-12
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
 if <(level) = [1]>
  show
 else
  hide
 end

Offline

 

#3172 2013-04-14 21:24:18

Flyboy
Scratcher
Registered: 2007-12-08
Posts: 76

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if<(sandwich)=(delicious)>
say [That was delicious!] for (101) secs
else
say [I need a new cook...] for (1337) secs
end
move (7331) steps
stop all

Last edited by Flyboy (2013-04-14 21:25:30)


Remix this! http://img695.imageshack.us/img695/1689/flyboy.png-'07-today

Offline

 

#3173 2013-04-15 02:46:11

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

Re: Official [Scratchblocks] Testing Play Area

New Project!

when gf clicked
stop all
[○■♣ùŸ½⌂♂♪↑▬Ð]
error???

Offline

 

#3174 2013-04-15 12:41:56

mmanplayer
Scratcher
Registered: 2013-03-11
Posts: 22

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
ban others not includeing mmanplayer
say [I WANT MY OWN SCRIPT TEST!]
you say[OKAY LETS DELETE OURS!!]
say[good.cuz you get any script on mine.]
you say[good.]


plz post pleaaaaaaaaaaaaaaaasssssssssssssssssseeeeeeeeeeeeeeeeees

Offline

 

#3175 2013-04-15 12:43:56

mmanplayer
Scratcher
Registered: 2013-03-11
Posts: 22

Re: Official [Scratchblocks] Testing Play Area

script talk only guys i like this BB code
WOO!
TROLL!
lets troll talk
i baked you a pie.
you say da rest


plz post pleaaaaaaaaaaaaaaaasssssssssssssssssseeeeeeeeeeeeeeeeees

Offline

 

Board footer