[sratchblocks]
when gf clicked
forever
say [pickles] for 60 secs
think [r yummy]
end
Offline
[sratchblocks]
when gf clicked
forever
say [pickles] for 60 secs
think [r yummy]
end
[/scratchblocks]
Offline
[sratchblocks]
when gf clicked
forever say [pickles] for (60) secs
think [r yummy]
end
[/scratchblocks]
Offline
[sratchblocks]
when gf clicked
forever
say [pickles] for (60) secs
think [r yummy]
end
[/scratchblocks]
Offline
[ sratchblocks ]
when gf clicked
say [pickles] for (60) secs
think [r yummy] for (10) secs
[ /scratchblocks ]
Offline
30-1 wrote:
ErnieParke wrote:
To all of the spamers above, please don't spam here.
Paddle2See wrote:
However, please do not turn this into a spam area. Post until you are comfortable with the Scratchblock syntax and then stop. Don't make ongoing stories or conversations here.
Yay someone agrees this is spam!
I think that other scratchers agree with you so that you and I aren't alone; just that they don't help with the anti-spam measures. That even happened to be true with me for awhile.
Jedicatgirl81 wrote:
when gf clicked say pickles think [r] yummy
Fixed, though you might want to read this:
Paddle2See wrote:
However, please do not turn this into a spam area. Post until you are comfortable with the Scratchblock syntax and then stop. Don't make ongoing stories or conversations here.
Offline
when I receive [event] say [this thing] if <(answer) = [yes]> say [second thing] end say[third thing]
Offline
if (users online) > 3 Broadcast [Java] [to all user with browser: <firefox>]
Last edited by Blazingwave (2012-12-01 07:04:50)
Offline
when gf clicked repeat until <(Pootis) < [(Kubereh)] >
Last edited by JakieMcCool (2012-12-01 10:01:35)
Offline
reallqwet wrote:
Blazingwave wrote:
if <(users online) > 3> Broadcast [Java] [to all user with browser: <firefox>]Fixed!!!!!1!!!!11!!!
lol thanks but it was supposed to be like what I put XD I was trying to create a new set of blocks known as "multiplayer" which would be yellow and those are some tests of it I did
Offline
stop all soundsThat block displays incorrectly
Offline
mathfreak231 wrote:
stop all soundsThat block displays incorrectly
That's already known. Instead try using this instead:
stop all pinks
Offline
ErnieParke wrote:
mathfreak231 wrote:
stop all soundsThat block displays incorrectlyThat's already known. Instead try using this instead:
stop all pinks
The "stop all pinks" always makes me laugh
:)
Offline
EPICNESS!
when green flag clicked
delete "all" of "currentdata"
clear graphic effects
clear
switch to costume "red"
go to x: -224 y: -160
stamp
switch to costume "orange"
go to x: -192 y: -160
stamp
switch to costume "yellow"
go to x: -160 y: -160
stamp
switch to costume "green"
go to x: -128 y: -160
stamp
switch to costume "blue1"
go to x: -96 y: -160
stamp
switch to costume "blue2"
go to x: -64 y: -160
stamp
switch to costume "purple"
go to x: -32 y: -160
stamp
switch to costume "pink"
go to x: 0 y: -160
stamp
switch to costume "black"
go to x: 32 y: -160
stamp
switch to costume "white1"
go to x: 64 y: -160
stamp
switch to costume "save"
go to x: 96 y: -160
stamp
switch to costume "load"
go to x: 128 y: -160
stamp
set pen color to c[000008]
go to x: -240 y: -150
pen down
go to x: 240 y: -150
pen up
switch to costume "red"
forever
go to x: ((round ((mouse x) / 16)) * 16) y: ((round ((mouse y) / 16)) * 16)
if ((y position) > "-150") else
set "ghost" effect to 0
if (mouse down?)
stamp
if ((costume #) = "10") else
if ( "currentdata" contains (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ","))
set "counter" to "1"
repeat (length of "currentdata" )
if ((item (counter) of "currentdata" ) = (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ","))
delete (counter) of "currentdata"
change "counter" by 1
if (not ( "currentdata" contains (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ",")))
add (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ",") to "currentdata"
else
if (not ( "currentdata" contains (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ",")))
add (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ",") to "currentdata"
else
set "ghost" effect to 100
if (mouse down?)
if (((x position) / 32) = (round ((x position) / 32)))
if (touching color c[FF0000]?)
switch to costume "red"
if (touching color c[FF9400]?)
switch to costume "orange"
if (touching color c[FFFF00]?)
switch to costume "yellow"
if (touching color c[00FF52]?)
switch to costume "green"
if (touching color c[00FFFF]?)
switch to costume "blue1"
if (touching color c[0042FF]?)
switch to costume "blue2"
if (touching color c[8400FF]?)
switch to costume "purple"
if (touching color c[FF00BD]?)
switch to costume "pink"
if (touching color c[000008]?)
switch to costume "black"
if (touching color c[CECECE]?)
switch to costume "white"
if (touching color c[9CB5FF]?)
ask "What would you like to save this file as?" and wait
add (answer) to "Images"
set "currentdataVar" to ""
set "counter" to "1"
repeat (length of "currentdata" )
set "currentdataVar" to (join (currentdataVar) (item (counter) of "currentdata" ))
change "counter" by 1
add (currentdataVar) to "pics"
if (touching color c[9CFFFF]?)
ask "Which file would you like to load? (type a number)" and wait
set "counter" to "1"
set "readingVar" to (answer)
clear
repeat (length of (item (readingVar) of "pics" ))
add (letter (counter) of (item (readingVar) of "pics" )) to "Reading"
change "counter" by 1
set "counter" to "1"
set "counter" to "1"
delete "all" of "ReadingFinal"
repeat until ((length of "Reading" ) = "0")
set "readingjoiner" to ""
repeat until ((item 1 of "Reading" ) = ",")
set "readingjoiner" to (join (readingjoiner) (item 1 of "Reading" ))
delete 1 of "Reading"
delete 1 of "Reading"
add (readingjoiner) to "ReadingFinal"
set "counter" to "1"
delete "all" of "currentdata"
set "ghost" effect to 0
repeat ((length of "ReadingFinal" ) / 3)
set x to (item (counter) of "ReadingFinal" )
change "counter" by 1
set y to (item (counter) of "ReadingFinal" )
change "counter" by 1
switch to costume (item (counter) of "ReadingFinal" )
stamp
change "counter" by 1
add (join (join (join (join (join (x position) ",") (y position)) ",") (costume #)) ",") to "currentdata"
switch to costume "red"
go to x: -224 y: -160
stamp
switch to costume "orange"
go to x: -192 y: -160
stamp
switch to costume "yellow"
go to x: -160 y: -160
stamp
switch to costume "green"
go to x: -128 y: -160
stamp
switch to costume "blue1"
go to x: -96 y: -160
stamp
switch to costume "blue2"
go to x: -64 y: -160
stamp
switch to costume "purple"
go to x: -32 y: -160
stamp
switch to costume "pink"
go to x: 0 y: -160
stamp
switch to costume "black"
go to x: 32 y: -160
stamp
switch to costume "white1"
go to x: 64 y: -160
stamp
switch to costume "save"
go to x: 96 y: -160
stamp
switch to costume "load"
go to x: 128 y: -160
stamp
set pen color to c[000008]
go to x: -240 y: -150
pen down
go to x: 240 y: -150
pen up
switch to costume "red"
end
set "counter" to "0"
set "currentdataVar" to "0"
set "readingVar" to "0"
set "readingjoiner" to "0"
delete "all" of "ReadingFinal"
delete "all" of "pics"
delete "all" of "Reading"
delete "all" of "Images"
delete "all" of "currentdata"
Offline
ErnieParke wrote:
mathfreak231 wrote:
stop all soundsThat block displays incorrectlyThat's already known. Instead try using this instead:
stop all pinks
Thanks.
But why "instead" twice?
Offline
when gf clicked ask <answer> and wait
Last edited by Portalmaker (2012-12-02 08:59:55)
Offline
mathfreak231 wrote:
ErnieParke wrote:
mathfreak231 wrote:
stop all soundsThat block displays incorrectlyThat's already known. Instead try using this instead:
stop all pinksThanks.
But why "instead" twice?
That was a grammar mistake on my part.
Anyway, your welcome!
Last edited by ErnieParke (2012-12-02 12:11:19)
Offline
when gf clicked repeat until <(all) = [5566665]> go to [mouse-pointer v] end think [You are hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaahahahhaahhahhahahgahahahahahahahahahagahsshgahahahaha!] for (few) secs
Last edited by dzaima (2012-12-04 09:52:32)
Offline
Can anyone tell me how to install scratch?d=
Offline