Discuss Scratch

HeckinCat
Scratcher
4 posts

[scratchblocks] OFFICIAL testing topic

when I receive [a fresh beter meme v]
ask [whomst want a Boba Bola] and wait
if <(answer) = [hecc yes]> then
say [holy brap follow for free iPhone 2] for (2) secs
end
ETS12345
Scratcher
25 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked ::#00ff00
ETS12345
Scratcher
25 posts

[scratchblocks] OFFICIAL testing topic

My fav color is
(::#00ff00)
Samuel48
Scratcher
100+ posts

[scratchblocks] OFFICIAL testing topic

GoldenPickaxe2 wrote:

when [Fuzel v] joined the game :: events hat
go on [singleplayer v] :: #f762c7
make new world :: #f762c7
set mode to [creative v] :: #f762c7
set biome to [superflat v] :: #F762C7
spawn [world v] :: #c8d7e7

when [Fuzel's world v] is spawned :: events hat
teleport to [a village v] :: #c8d7e7
repeat (4)
mine [wood v] :: #00cccc
end
repeat (2)
craft [stick v] :: #83e83d
end
teleport to [3 zombie pigmen v] :: #c8d7e7
repeat (3)
kill [3 zombie pigmen v] :: #00cccc
end
teleport to [crafting table v] :: #c8d7e7
craft [golden pickaxe v] :: #83e83d
Why are you talking about Minecraft?
GoldenPickaxe2
Scratcher
100+ posts

[scratchblocks] OFFICIAL testing topic

Samuel48 wrote:

GoldenPickaxe2 wrote:

when [Fuzel v] joined the game :: events hat
go on [singleplayer v] :: #f762c7
make new world :: #f762c7
set mode to [creative v] :: #f762c7
set biome to [superflat v] :: #F762C7
spawn [world v] :: #c8d7e7

when [Fuzel's world v] is spawned :: events hat
teleport to [a village v] :: #c8d7e7
repeat (4)
mine [wood v] :: #00cccc
end
repeat (2)
craft [stick v] :: #83e83d
end
teleport to [3 zombie pigmen v] :: #c8d7e7
repeat (3)
kill [3 zombie pigmen v] :: #00cccc
end
teleport to [crafting table v] :: #c8d7e7
craft [golden pickaxe v] :: #83e83d
Why are you talking about Minecraft?
It's Codecraft!
TheSwedishEmpire
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

Penguin5664 wrote:

Or…

  if ­ @greenFlag ­ gets ­ [clicked v]? ::hat events
forever if <I spy with my [little v] eye: [violence v]? ::sensing> {
[eliminate v] [all v] [violence v] :: #7F0000
} ::control cap

EDIT: Closed the [scratchblocks] tag


I shortened it.
when green flag clicked
forever
[Violence detected v] then [Remove all violence v] and wait... ::control
clear
Go to the [Refridgerator v] and eat some [Sushi v]
continue looking for more [violence v]
end

Last edited by TheSwedishEmpire (May 26, 2017 23:08:12)

MClovers
Scratcher
1000+ posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
point in direction (90 v)
set [amount v] to [0]
set [Clicks v] to [0]
forever
if <<touching [mouse-pointer v] ?> and <mouse down?>> then
change [amount v] by (2.5)
broadcast [amount v]
end
end

when I receive [amount v]
repeat until <(amount) = [0]>
change [amount v] by (-0.25)
turn cw ((amount) / (5)) degrees
end
CatCraft100
Scratcher
2 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
forever
stamp
say [(pick random (15) to (19)]
end
tylerchon2016
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

when <key [w v] pressed?> :: hat events
if <not<touching color [#0000ff] ?>> then
jump ::#33fe33
else
swim (0.5) inches ::#33fe33
end

when <key [a v] pressed?> :: hat events
walk (-1.5) steps::#33fe33

when <key [d v] pressed?> :: hat events
walk (1.5) steps::#33fe33

when <key [x v] pressed?> :: hat events
grab item (nearest item (2.5) ::#33fe33) ::#33fe33

when green flag clicked
repeat ((10) ^ (50000) :: operators)
if item grabbed {
if <key [s v] pressed?> then
swim (-0.5) inches ::#33fe33
end
swim (0.5) inches ::#33fe33
} ::#33fe33
end

Last edited by tylerchon2016 (May 27, 2017 01:11:19)

tylerchon2016
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

Codecraft Version 2.1.3
Error: You need to host your images with a service like imageshack.com. Please update your image links or remove all BB code tags
Bad image url: https://screenshots.en.sftcdn.net/en/scrn/69709000/69709806/minecraft-windows-10-edition-03-700x373.png
MacOS Macintosh X 10.12 Java 8 Release 2 is the recommend version

Spawn World
when New world clicked :: hat events
name [Awesome world] ::#4f21b1
spawn seed [4gd72j1n121na1] ::#4f21b1
turn [villages v] on ::#4f21b1
Script 1
when world spawned :: hat events
teleport to x (locate village x ::#23ea47) y (locate village y ::#23ea47) z (locate village z ::#23ea47) ::#752a6b
mine (8) [wood_planks v] ::#4f21b1
handcrafting [crafting_table v] ::#4f21b1
go to [nearest v] [crafting_table v] ::#4f21b1
on crafting table {
place [wood_planks v] (2) (2) ::#1a2bd9
place [wood_planks v] (2) (3) ::#1a2bd9
get output item ::#1a2bd9
place [sticks v] (2) (2) ::#1a2bd9
place [sticks v] (2) (3) ::#1a2bd9
place [wood_planks v] (1) (1) ::#1a2bd9
place [wood_planks v] (2) (1) ::#1a2bd9
place [wood_planks v] (3) (1) ::#1a2bd9
get output item ::#1a2bd9
} ::#1a2bd9
exit crafting table ::#4f21b1
mine (2) [stone v] ::#4f21b1
go to [nearest v] [crafting_table v] ::#4f21b1
on crafting table {
place [sticks v] (2) (3) ::#1a2bd9
place [stone v] (2) (1) ::#1a2bd9
place [stone v] (2) (2) ::#1a2bd9
get output item ::#1a2bd9
} ::#1a2bd9
exit crafting table ::#4f21b1
set time to (night ::#752a6b) ::#752a6b
repeat (5)
run to [nearest v] [zombie v] until (touching [zombie v] ::#752a6b) ::#752a6b
attack (4) times ::#4f21b1
end
set time to (day ::#752a6b) ::#752a6b

Textscripting for Script 1
when world spawned :: hat events
teleport to x (locate village x ::#23ea47) y (locate village y ::#23ea47) z (locate village z ::#23ea47) ::#752a6b
mine (8) ::#4f21b1
handcrafting ::#4f21b1
go to ::#4f21b1
on crafting table {
place (2) (2) ::#1a2bd9
place (2) (3) ::#1a2bd9
get output item ::#1a2bd9
place (2) (2) ::#1a2bd9
place (2) (3) ::#1a2bd9
place (1) (1) ::#1a2bd9
place (2) (1) ::#1a2bd9
place (3) (1) ::#1a2bd9
get output item ::#1a2bd9
} ::#1a2bd9
exit crafting table ::#4f21b1
mine (2) ::#4f21b1
go to ::#4f21b1
on crafting table {
place (2) (3) ::#1a2bd9
place (2) (1) ::#1a2bd9
place (2) (2) ::#1a2bd9
get output item ::#1a2bd9
} ::#1a2bd9
exit crafting table ::#4f21b1
set time to (night ::#752a6b) ::#752a6b
repeat (5)
run to until (touching ::#752a6b) ::#752a6b
attack (4) times ::#4f21b1
end
set time to (day ::#752a6b) ::#752a6b

Textscripting for spawn world
when New world clicked :: hat events
name ::#4f21b1
spawn seed ::#4f21b1
turn on ::#4f21b1

Last edited by tylerchon2016 (May 27, 2017 01:50:30)

tylerchon2016
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

GoldenPickaxe2 wrote:

when [Fuzel v] joined the game :: events hat
go on [singleplayer v] :: #f762c7
make new world :: #f762c7
set mode to [creative v] :: #f762c7
set biome to [superflat v] :: #F762C7
spawn [world v] :: #c8d7e7

when [Fuzel's world v] is spawned :: events hat
teleport to [a village v] :: #c8d7e7
repeat (4)
mine [wood v] :: #00cccc
end
repeat (2)
craft [stick v] :: #83e83d
end
teleport to [3 zombie pigmen v] :: #c8d7e7
repeat (3)
kill [3 zombie pigmen v] :: #00cccc
end
teleport to [crafting table v] :: #c8d7e7
craft [golden pickaxe v] :: #83e83d
See my codecraft above!!!
150qSuri
Scratcher
55 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
if <> then

end
LogoFun13
Scratcher
100+ posts

[scratchblocks] OFFICIAL testing topic

CatCraft100 wrote:

when green flag clicked
forever
stamp
say [(pick random (15) to (19)]
end

Fixed.
when green flag clicked
forever
stamp
say (pick random (15) to (19)
end
computerguy1000
Scratcher
24 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
say [windows 10]
WHAT HAPPENED TO 8.1!

Last edited by computerguy1000 (May 27, 2017 15:50:57)

TheSwedishEmpire
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

When will we get colour pictures of the moon?
Penguin5664
Scratcher
100+ posts

[scratchblocks] OFFICIAL testing topic

LogoFun13 wrote:

CatCraft100 wrote:

when green flag clicked
forever
stamp
say [(pick random (15) to (19)]
end

Fixed.
when green flag clicked
forever
stamp
say (pick random (15) to (19)
end
He is testing. He can always fix it if he wants…


Also you forgot a round bracket but whatever
150qSuri
Scratcher
55 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
forever
define
end
cristobal_Scratch
Scratcher
40 posts

[scratchblocks] OFFICIAL testing topic

agmmes wrote:

when [tier 1 v] key pressed
when [tier 2 v] key pressed :: stack
when [tier 3 v] key pressed :: stack
when [tier 4 v] key pressed :: stack
SUPER SECRET TANK :: You mess with quotes. events cap
diep.io?
tylerchon2016
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

when green flag clicked
set [best!!! v] to [best!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!@%!@%@%!@!@#%!#@%!#@%!#@!]
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
text (join (join (join (color [#4dfe32] [Scratch ] ::#ff00ee ) (bold [is ] ::#ff00ee ) ) (color [#5f6ae0] (bold [the ] ::#ff00ee) ::#ff00ee )) (italic (best!!!) ::#ff00ee )) ::#ff00ee
tylerchon2016
Scratcher
71 posts

[scratchblocks] OFFICIAL testing topic

CodeCraft Online PC 1.0.0
Recommended Operating system: Windows NT 10.0, Recommended browser: Chrome 58.0.3029.110, Recommended flash version: Flash 25.0 (release 0)
when play clicked :: hat events
set spawn seed (4435312201) ::#32af54
spawn world ::#32af54
wait until world spawns ::#32af54
mine (5) [wood v] ::#4f21b1
craft (20) [planks v] ::#4f21b1
craft (4) [sticks v] ::#4f21b1
craft (1) [wood_pickaxe v] ::#4f21b1
dig a hole (5) blocks deep ::#4f21b1
mine (8) [stone v] ::#4f21b1
come to surface ::#4f21b1
craft (1) [furnace v] ::#4f21b1
place [furnace v] ::#4f21b1
mine (4) [coal v] ::#4f21b1
mine (2) [iron_ore v] ::#4f21b1
smelt (2) [iron v] using (amount of [coal v] ::#4f21b1) [coal v] ::#4f21b1
take [coal v] out of furnace ::#4f21b1
craft (1) [iron_sword v] ::#4f21b1
set time to (15000) ::#2fe536
repeat (5) times {
find and attack [zombie v] using [iron_sword v] ::#4f21b1
} ::#4f21b1
set time to 5000 ::#2fe536
chat [My job is done.] ::#2fe536
return to spawn ::#4f21b1
used scratchblocks technology

Powered by DjangoBB