when gf clicked set [howtoblock v] to <(size) * (chomes)>
Last edited by qwerts9000 (2013-05-03 13:53:02)
Offline
//Wow, you can add comments! And look at the block I am commenting on! It's broken! (actually, I'm not commenting a block XD)
Offline
I (but with ajustments) wrote:
//Wow, you can add comments! And look at the blocks I am commenting on! //The're broken! //(actually, I'm not commenting blocks XD)
Okay, I fixed it! (last one stretched off the page)
Offline
when Green flag clicked set [your text here v] to [whatever blah blah blah] repeat ((your text here) * [#ED0909]) change x by ((((your text here) - (direction)) + (F56)) / [2]) end
Last edited by Liamadams (2013-05-03 18:56:47)
Offline
When gf clicked Repeat (9999999999999999999999999) Set <if> to <forever> End End Set <forever> to <forever if> End End Set <forever if> to <repeat> End End Set <repeat> to <repeat until> End End End Stop all ^_^ ^^ ^○^ ≧∇≦ Slow motion
Last edited by beyen (2013-05-04 05:24:19)
Offline
[scratchblocks]
when [I eat my poop v]
say (EUGHHH) for (ever)
say (who said no?)
[scratchblocks/]
[color=green]LOL GREEN[color/]
Offline
oops
I mean,
when gf clicked say [I ate my poop. Happy?] say [EUGHHH] for [ever] say [who said nowai tats to grosh]LOL GREEN
Offline
forever say [and never] pu end say [lol, I exploited a glitch]
Offline
when gf clicked say [Hello everyone]
Offline
say [I wonder how "join" works.] for (3) secs think (join(hi) (bye))I guess that worked...
Last edited by OrcaCat (2013-05-04 17:02:27)
Offline
when <move (10) steps> clicked
set [dir v] to [0.88]
point in direction ((x position) * (round ((mouse y) + ((costume #) * ((direction) mod (mouse y))))))
repeat until <(dir) = [70]>
if <((dir) + (2)) = (6)>
point towards [dot v]
else
change [dir v] by (0.12)
end
end
stop all
Offline
when gf clicked go to [win v] think [I like pi!] for (1.5) secs stop all
Last edited by Kyle2Death (2013-05-04 19:36:54)
Offline
Something for music...
when gf clicked
go to x: (-226) y: (170)
switch to costume [Music1 v]
set [Music v] to [1]
repeat until < (Lives:) = [0] >
if < (Music) = [1] >
switch to costume [Music1 v]
repeat until < (Music) = [0] >
if < touching [mouse-pointer v] ? >
switch to costume [Music2 v]
end
if < not < touching [mouse-pointer v] ? > >
switch to costume [Music1 v]
end
end
end
if < (Music) = [0] >
stop all sounds
switch to costume [Music Off1 v]
repeat until < (Music) = [1]
if < touching [mouse-pointer v] ? >
switch to costume [Music Off2 v]
end
if < not < touching [mouse-pointer v] ? > >
switch to costume [Music Off1 v]
end
end
end
end
stop script
when [Music] clicked
if < (Music) = [1] >
set [Music v] to [0]
else
set [Music v] to [1]
end
stop script
when gf clicked
show
set volume to (100) %
forever
repeat until < (Music) = [0] >
play sound [Garlagan_Thundag v] until done
end
end
Lol.
Last edited by Kyle2Death (2013-05-04 20:01:51)
Offline