Discuss Scratch

mathfreak231
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

757theminecraftman wrote:

when gf clicked
ask [Do you like Minecraft?] and wait
if <answer = Yes> then
Say [Good for you!]
else
Say [WHY YOU LITTLE- *grabs user by neck and strangles like homer strangling bart*]
say [ow that hurt]
wait until <in hospital>
say []
757theminecraftman
Scratcher
42 posts

[scratchblocks] OFFICIAL testing topic

mathfreak231 wrote:

757theminecraftman wrote:

when gf clicked
ask [Do you like Minecraft?] and wait
if <answer = Yes> then
Say [Good for you!]
else
Say [WHY YOU LITTLE- *grabs user by neck and strangles like homer strangling bart*]
say [ow that hurt]
wait until <in hospital>
say [][/quote]

LOL
cwrivera99
Scratcher
500+ posts

[scratchblocks] OFFICIAL testing topic

Define Is Charlie Awesome?
Set to
cwrivera99
Scratcher
500+ posts

[scratchblocks] OFFICIAL testing topic

Define Is Charlie Awesome?
Set [Output v] to [Yes]
cwrivera99
Scratcher
500+ posts

[scratchblocks] OFFICIAL testing topic

It worked this time! Yay
KateblurTheHedgehog
Scratcher
23 posts

[scratchblocks] OFFICIAL testing topic

stop all pinks
say [Scripts in your posts!]
SWstudios
Scratcher
12 posts

[scratchblocks] OFFICIAL testing topic

when (people start farting)
hide
say [STOP FARTING NOW!!]
if (people stop farting)
show
else
blow up the world
757theminecraftman
Scratcher
42 posts

[scratchblocks] OFFICIAL testing topic

when gf clicked
if <user = [Annoying]> then
switch to costume [I DON'T LIKE YOU!!]
else
if <user = {cool] then
switch to costume [Finally!]

Last edited by 757theminecraftman (Sept. 19, 2013 18:43:07)

Spunky_Sam
Scratcher
44 posts

[scratchblocks] OFFICIAL testing topic

when gf clicked
say for (2) secs
How do you do that?

Last edited by Spunky_Sam (Sept. 19, 2013 22:38:11)

757theminecraftman
Scratcher
42 posts

[scratchblocks] OFFICIAL testing topic

Spunky_Sam wrote:

when gf clicked
say for (2) secs
How do you do that?

Like this:
Type "scratchblocks but you need it in brackets (these ) And then type when gf clicked (that much you got right! Good job!) and then I hope you can imitate other blocks (I'm still a little bit new at this) so basically try to see the blocks as text. By the way, brackets like this symbolize strings input, and parentheses ( ) symbolizes number input, these < > symbolize Boolean input.

Oh and to close scratchblocks Type, [/scratchblocks.

Last edited by 757theminecraftman (Sept. 19, 2013 23:31:17)

joshuaho
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

Spunky_Sam wrote:

when gf clicked
say for (2) secs
How do you do that?
You need to use this tag:
[scratchblocks] and this one: [/scratchblocks]

when gf clicked
say [I am awesome!] for (2) secs

This was what I did to make the blocks:
[scratchblocks]
when gf clicked
say [ I am awesome!] for (2) secs
[/scratchblocks]

Note: Booleens will look like reporter blocks.

Last edited by joshuaho (Sept. 20, 2013 05:16:08)

HeroBrineNZK
Scratcher
82 posts

[scratchblocks] OFFICIAL testing topic

when gf clicked
welcome

define welcome
say [hello] for (10) secs
switch backdrop to [backdrop2 v]
stamp
broadcast [m1 v] and wait

when I receive [m1 v]
go to x: (pick random (1) to (10)) y: (99)

WOW that is cool

HeroBrineNZK
Scratcher
82 posts

[scratchblocks] OFFICIAL testing topic

when gf clicked
welcome

define welcome
say [hello] for (10) secs
switch backdrop to [backdrop2 v]
stamp
broadcast [m1 v] and wait

when I receive [m1 v]
go to x: (pick random (1) to (10)) y: (99)

WOW that is cool

savaka
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

BigBlueBlock wrote:

dsaztur wrote:

when gf clicked
ask [Does scratchblocks work?]
if
(answer) = [yes]
say [Hooray!]
else
say [What is there to say? Scratchblocks are there in 2.0!!!! Woohoo!]

Correction

when gf clicked
ask [Does scratchblocks work?] and wait
if
(answer) = [yes]
say [Hooray!]
else
say [What is there to say? Scratchblocks are there in 2.0!!!! Woohoo!]

Correction to the correction

when gf clicked
ask [Does scratchblocks work?] and wait
if <(answer) = [yes]> then
say [Hooray!]
else
say [What is there to say? Scratchblocks are there in 2.0!!!! Woohoo!]
end
757theminecraftman
Scratcher
42 posts

[scratchblocks] OFFICIAL testing topic

HeroBrineNZK wrote:

when gf clicked
welcome

define welcome
say [hello] for (10) secs
switch backdrop to [backdrop2 v]
stamp
broadcast [m1 v] and wait

when I receive [m1 v]
go to x: (pick random (1) to (10)) y: (99)

WOW that is cool


There you go!
meowflash
Scratcher
500+ posts

[scratchblocks] OFFICIAL testing topic

when <video games become real?>
say [Hubba what?] for (2) secs
if <Mario punches brick?> then
decide (pick random (1) to (2)
end

define decide (decision)
if <(decision)=(1)> then
say [Wow! You broke the brick!]
end
if <(decision)=(2)> then
say [Are you okay?]
goto [middle of nowhere v]
end
savaka
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

WindowBreaker wrote:

HOW DO I TELL MY GAME TO HAVE SEPARATE USERS???????????????????? ( EXP. , your user, Coins 35 , other user, coins , 57 )
It will be way easier with cloud lists when they come out.
savaka
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

757theminecraftman wrote:

when gf clicked
if <user = awesome> then
set [person] to (AWESOME)
Correction:
when gf clicked
if <(user) = [awesome]> then
set [person v] to [AWESOME]

757theminecraftman wrote:

when gf clicked
ask [Do you like Minecraft?] and wait
if <answer = Yes> then
Say [Good for you!]
else
Say [WHY YOU LITTLE- *grabs user by neck and strangles like homer strangling bart*]
Correction:
when gf clicked
ask [Do you like Minecraft?] and wait
if <(answer) = [Yes]> then
Say [Good for you!]
else
Say [WHY YOU LITTLE- *grabs user by neck and strangles like homer strangling bart*]

757theminecraftman wrote:

when gf clicked
if <user = [Annoying]> then
switch to costume [I DON'T LIKE YOU!!]
else
if <user = {cool] then
switch to costume [Finally!]
Correction:
when gf clicked
if <(user) = [Annoying]> then
switch to costume [I DON'T LIKE YOU!! v]
else
if <(user) = [cool]> then
switch to costume [Finally! v]
I like correcting stuff!
Walrus227
Scratcher
54 posts

[scratchblocks] OFFICIAL testing topic

define Yay!
say [Yay!] for (2) secs

when gf clicked
Yay!
clubpenguin552222
Scratcher
100+ posts

[scratchblocks] OFFICIAL testing topic

define run basic code [code] line (line)
wait until < (Line) = (line)
run basic code (code)
set [line v] to ( (Line) + (10)
define BASIC- goto (line to go)
run basic code (join [goto ] (line to go)) line (Line)
when gf clicked
Set [line v] to (10)
run basic code [print "Scratch is AWESOME!!!"] line (10)
BASIC- goto (10)

Last edited by clubpenguin552222 (Sept. 23, 2013 23:11:06)

Powered by DjangoBB