30-1 wrote:
Programmer_112 wrote:
when I receive [Time to make sure I know Scratchblocks! v] // Why does it not show? say [I wonder if there are any bugs yet] for (pick random (1) to (4)) secs say [I doubt it] for (pick random (1) to (pick random (2) to (5))) secs repeat until <There is a bug, which is never> broadcast [Scratchblocks are awesome! v] and wait if <Scratchblocks are not awesome> say [That's impossible!] for (2) secs delete the post that said that Scratchblocks are not awesome end end say [How did you get here? The repeat until block never ended!] for (-2000) secs say [Wait, does Scratch really take negative seconds? There must be a bug] for (0) secsFixed.
Fixed.
Offline
if if if if if if if if if if if if if if if if if if if if end end end end end end end end end end end end end end end end end end end
Last edited by fetchydog567 (2012-12-29 22:02:43)
Offline
when gf clicked open [shop] broadcast [Shop Opened!] ShopItems: pickaxe free Get [pickaxe] A noob pops out,do what? attack [noob] with [pickaxe] YOU WIN!
Last edited by Epicness123 (2012-12-30 22:30:05)
Offline
When I receive [Alarm clock] broadcast [groan...] think [time to get up.] if <<breakfast> = [ready]> Get out of bed and complain that you need sleep! end
Last edited by iaoumeur (2012-12-31 08:19:02)
Offline
if <right button clicked?> (dropdown (item1) (item2) (item3)) end
Offline
if <right button clicked?> if <(dropdown [item1] [item2]) = [item1]> Script if item 1 clicked here else Script if item 2 clicked here end end
Offline
if <right button clicked?> if <(dropdown [item1] [item2] ) = [item1]> Script if item 1 clicked here else Script if item 2 clicked here end end
Offline
when key [space v] pressed buy kit kat buy butterfinger buy pizza broadcast [cook v] and wait when I receive [cook v] put pizza in stove wait (60) secs take pizza out of stove serve pizza eat butterfinger eat kit kat
Last edited by Portalmaker (2012-12-31 12:43:32)
Offline
] when gf clicked broadcast [Internet v] search <(Delibird)> if <(results)>=<(0)> broadcast [cry v] end
Offline
when gf clicked say (i have [moderator note: please keep the conversation polite]) //just kidding
Last edited by Paddle2See (2013-01-01 19:05:15)
Offline
program:
when [space v] clicked broadcast [BLAST OFF! v]me:
when gf clicked say (program! you were NOT meant for rocket science!)
Offline
the thinker:
when gf clicked think (uhh...) think (umm...)
Offline
magic 8 ball program!
when gf clicked ask (question:) and wait if <(pick random (1) to (2)=(2)> say (yes) end if <(pick random (1) to (2)=(1) say (no) end
Offline
wondering person code:
when i receive (wonder v) //telling him what to do think (hmmmmmm...) for (2) secs //wondering ask (do you know the answer?) and wait //yes, its [answer] ask (I can't hear you! what did you say?) and wait //you're deaf. say (I just don't get it. I really don't.) //you SHOULD get it.
Offline
dumb guy:
when i receive (go v) forever say (umm...) wait (1) secs say (uhh...) wait (1) secs end
Offline
cool_dude_2 wrote:
when gf clicked say [i have a big butt!] //just kidding
cool_dude_2 wrote:
program:
when [space v] clicked broadcast [BLAST OFF! v]me:when gf clicked say [program! you were NOT meant for rocket science!]
cool_dude_2 wrote:
the thinker:
when gf clicked think [uhh...] think [umm...]
cool_dude_2 wrote:
magic 8 ball program!
when gf clicked ask [question:] and wait if <(pick random (1) to (2))=(2)> say [yes] end if <(pick random (1) to (2))=(1)> say [no] end
cool_dude_2 wrote:
wondering person code:
when i receive [wonder v] //telling him what to do think [hmmmmmm...] for (2) secs //wondering ask [do you know the answer?] and wait //yes, its [answer] ask [I can't hear you! what did you say?] and wait //you're deaf. say [I just don't get it. I really don't.] //you SHOULD get it.
cool_dude_2 wrote:
dumb guy:
when i receive [go v] forever say [umm...] wait (1) secs say [uhh...] wait (1) secs end
fixed
Last edited by gfchll (2013-01-01 17:55:19)
Offline
when gf clicked say [I'm awesome] for (99999999) secs
Offline
testing for potential scratchmod logo
[scratchblocks]
if <[scratch v] = [too hard]>
go to [SimpleScratch v%Pr
Offline
[scratchblocks]
forever
if [scratch ] = [too hard]
go to [SimpleScratch v]
end
end
[/scratchblocks%Pr
Offline
[scratchblocks]
forever
if [scratch ] = [too hard]
go to [SimpleScratch v]
end
end
[/scratchblocks%Pr
Offline
set pen color to r [x] b [y] g [z]
Offline
omniscience wrote:
forever if <[Scratch] = [too hard]> go to [SimpleScratch v] end
Fixed.
Last edited by rdococ (2013-01-03 09:23:32)
Offline