TiffanyK wrote:
oops
I meantwhen [space v] key pressed say [I failed last time I tried this] for (3) secs wait (5) secs move [no] stepsI hope it works this time.
Fixed.
Last edited by OrcaCat (2013-04-09 21:58:39)
Offline
7734f wrote:
TiffanyK wrote:
when [space v] key pressed say [This is cool!] for (3) secsFixed, you forgot the[/scratchblocks]
tag.
Regards
~7734f
Fixed entirely.
Last edited by OrcaCat (2013-04-09 21:58:26)
Offline
Splodgey wrote:
rdococ wrote:
Splodgey wrote:
when i receive [lunch eaten v] say [LOLOLOLOLOLOLOL] for [a lot] secs broadcast [next post v]when I receive [next post v] say [Hahaha, so funny in't it?] for (2) secs say ([sqrt v] of (-1)) for ((5) / (0)) secs broadcast [fail v]when i receive [fail v] say [let me fix that a bit...] for [5] secs broadcast [gb13 says what? v]
when i receive [gb13 says what? v] say [What?] for [5] secs
Offline
cobraguy wrote:
repeat until <touching color [#000000]?> move [10] steps endCan I make the "touching color" block display a black box instead of the word black?
Are you talking about this block?
<touching color [#000000]?>
The color input in scratchblocks on the forum uses hexadecimal (hex) colors.
Last edited by dr3w8 (2013-04-10 07:56:38)
Offline
dr3w8 wrote:
cobraguy wrote:
repeat until <touching color [#000000]?> move [10] steps endCan I make the "touching color" block display a black box instead of the word black?Are you talking about this block?
Code:
<touching color [#000000]?>The color input in scratchblocks on the forum uses hexadecimal (hex) colors.
Yes, thanks. I just didn't know to use hexadecimal.
<touching color [#F50C6A]?>
Offline
when gf clicked repeat until <touching color [#FF0000]?> repeat (100) turn right (3.6) degrees end repeat (100) turn left (3.6) degrees end end when gf clicked forever if <touching color [#000000]?> set [I am injured. v] to (100) say [ow.] wait (2) secs say [] set [I am injured. v] to (0) end stop all
[scratchblocks] when gf clicked repeat until <touching color [#FF0000]?> repeat (100) turn right (3.6) degrees end repeat (100) turn left (3.6) degrees end end when gf clicked forever if <touching color [#000000]?> set [I am injured. v] to (100) say [ow.] wait (2) secs say [] set [I am injured. v] to (0) end stop all [/scratchblocks]
Offline
CheeseMunchy wrote:
A play area. :DDD
I've been meaning to test some more....When gf clicked :D
fixed.
[scratchblocks] When gf clicked :D [/scratchblocks]
btw, look at the first page of this topic.
Offline
beyen wrote:
CheeseMunchy wrote:
A play area. :DDD
I've been meaning to test some more....When gf clicked :Dfixed.
Code:
[scratchblocks] When gf clicked :D [/scratchblocks]btw, look at the first page of this topic.
He was trying to mess it up.
Offline
beyen wrote:
when gf clicked repeat until <touching color [#FF0000]?> repeat [100] turn right [3.6] degrees end repeat (100) turn left [3.6] degrees end end when gf clicked forever if <touching color [#000000]?> set [I am injured. v] to [100] say [ow.] wait [2] secs say [] set [I am injured. v] to [0]
Fixed. Also, a "forever if" block is flat at the bottom, so you can't put a stop all scripts block under it.
Last edited by Liamadams (2013-04-10 20:57:12)
Offline
7734f wrote:
TiffanyK wrote:
when key [space v] pressed say [This is cool!] for [3] secsFixed, you forgot the
Code:
[/scrtchblocks]tag.
Regards
~7734f
LOL that was the FUNNIEST THING I HAVE EVER SEEN YOU DO!!!!!
You MISSPELLED SCRATCHBLOCKS IN THE CODE!!!!!
Last edited by Liamadams (2013-04-10 21:00:24)
Offline
PresidentialNyan wrote:
cauzality wrote:
when gf clicked set size to [100]% set [depth v] to [0] set [x v] to [0] set [y v] to [-200] forever set size to ([100] - ((depth)/[4])) % set y to ([10] * ([sqrt v] of (([1] + (depth)) - [100]))) if <key [w v] pressed?> change [depth v] by [3] if <(depth) > [200]> set [depth v] to [200] if <key [s v] pressed?> change [depth v] by [-3] if < (depth) < [0]> set [depth v] to [0] if < key [a v] pressed?> change x by [-3] if <key [d v] pressed?> change x by [3] end end end end end endta-dáááááã!!!!!!!!! fixed.
fixed?
Last edited by Liamadams (2013-04-11 21:38:29)
Offline
when green flag clicked change x by (([f- v] of (pick random [1] to [10])) + [±—·≠–§]) change (pick random [^] to [%]) by ([] mod []) repeat (length of (pick random [5] to [5674235872345674893920])) set y to (([ ] - [ƒ]) * (pick random [1] to [10])) change volume by ([123456789] / [UIOPYTREWQASDFGHJKL:"?><MNBVCXZ]) end forever change x by (round [¶])lol.
Last edited by Liamadams (2013-04-10 21:13:14)
Offline
this ones gonna blow all your heads up!(not really!)
[scratchblocks]
when gf clicked
turn you into a cricket
go to weegee and TP to you and place weegee with you
repeat untill <(your HP)> [0]>
think [i won!no actuly noone did!]
end script
Offline
cauzality wrote:
when gf clicked set size to [100]% set [depth v] to [0] set [x v] to [0] set [y v] to [-200] forever set size to ([100] - ((depth)/[4])) % set y to ([10] * ([sqrt v] of (([1] + (depth)) - [100]))) if <key [w v] pressed?> change [depth v] by [3] if <(depth) > [200]> set [depth v] to [200] if <key [s v] pressed?> change [depth v] by [-3] if < (depth) < [0]> set [depth v] to [0] if < key [a v] pressed?> change x by [-3] if <key [d v] pressed?> change x by [3]
fixed. by the way, it's not impossible.
Offline
mmanplayer wrote:
this ones gonna blow all your heads up!(not really!)
when gf clicked turn you into a cricket go to weegee and TP to you and place weegee with you repeat until <(your HP) = [0]> think [i won! no actually no one did!] end stop script
fixed. a couple of spelling mistakes.
when gf clicked fix
Offline
when gf clicked if <(coffee) + [hand]> go to [mouth v] wait until (swallowed) broadcast [i need to clean v] end when i receive [i need to clean v] go to [tesco v] broadcast [buy cillit bang v] end when i receive [buy cillit bang v] say [HI I'M BARRY SCOTT] for (cleaning) secs
Offline
when gf clicked go to the store and [buy a sega dreamcast v] if <got dreamcast> plug in <dreamcast> if <dreamcast plugged> put in sonic adventure
Offline
when gf clicked 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 <> end
Offline
[scratchblocks]
when gf clicked
BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANABANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS,BANANAS
end
Offline
Liamadams wrote:
7734f wrote:
TiffanyK wrote:
when key [space v] pressed say [This is cool!] for [3] secsFixed, you forgot the
Code:
[/scrtchblocks]tag.
Regards
~7734fLOL that was the FUNNIEST THING I HAVE EVER SEEN YOU DO!!!!!
You MISSPELLED SCRATCHBLOCKS IN THE CODE!!!!!
I didn't find that funny at all.
Offline