Here is how you make cloud variable blocks.
(☁ broadcast)
[scratchblocks] (☁ broadcast) [/scratchblocks]
Last edited by SJRCS_011 (2012-05-20 15:06:44)
Offline
How do I make a Define block?
Last edited by Firedrake969 (2012-05-20 17:22:36)
Offline
when gf clicked repeat until <(answer right) = [5] say [Good job you did it!] for (3.6) secs end if <(answer) = [thanks]> say [Thank you too!] end wait (1) secs think [This is awesome!] for (2.1) secs
When POO clicked say [You touched a icky smelly poo] wait (1) secs broadcast eat poo
Offline
when gf clicked say (☁ broadcast) for (1) secs set [☁ broadcast v] to [Black hole] broadcast (☁ broadcast)
when I receive [Black hole v] say [AAAAAAAAA!] for (5) secs glide (0.3) secs to x:([x position v] of [Black hole v]) y:([y position v] of [Black hole v]) hide stop all
Offline
rdococ wrote:
Let me test... I might find a bug.
Test 1 No bugs in main subject. +0[b] when gf clicked say [lol] for [u] secs[/b][/u]when gf clicked say [b] for [i] secs[/b][/i]
Test 2 Bugs detected: 1 (-1)// testing say [huh]Test 3 No bugs! Achievement! No BBcode mess! (+2)say [hehe] // [b] test [/b]Test 4 No bugs! +1say [MESS!!!!]say [[b]] for [[haha]] secs[/b]
Test 4.1 Funny, a bug did appear but it probably stopped a different bug! +0go to [test v] set x to (var) set x to [haha] [/b]
Test 5 Caught you! -1when gf clicked sayfor (haha) secs
Test 4.2 You win! +1go to [test twice v] set x to (variable) set x to [haha twice]forever say (length of [bugs v]) for (2) secs // which is 2... set [Current Rating v] to (((10) - (length of [bugs v])) + (length of [achievements v])) say (Current Rating) // which is 12 out of 10
Lol.
Offline
fexlo wrote:
(video [motion v] on [stage v]) [/scratchblocks Why didn't that work if cloud did?
It's this:
(video [motion v] on [stage v])
Offline
you mean
<video (motion v) on (stage v)> <video (motion) on (stage)>
Offline
fexlo wrote:
SJRCS_011 wrote:
Here is how you make cloud variable blocks.
(☁ broadcast)Code:
[scratchblocks] (☁ broadcast) [/scratchblocks]how did you get the cloud icon?
the spaces
just do
say(☁ Cloud Variable :P)
Last edited by SJRCS_011 (2012-05-25 21:52:44)
Offline
when I receive [Block Syntax v] think [I kind of liked the old blocks better because this one is more complicated] for (10) secs
Offline
ka-doink4545o0 wrote:
when I receive [Block Syntax v] think [I kind of liked the old blocks better because this one is more complicated] for (10) secs
but the others looked horrible when you tried to stack em all together
Offline
a spam detector! (how to make)
when gf clicked set [spam v] to 0 ask [username?] and wait set [(username v) to (answer) when [c v]key pressed ask () and wait if < spam < 3 > if < [not (answer) = (Last words) > add join (username) (: )(answer) to [chat v] set [last words v] to (answer) if < [answer = last words] > add (join (username )(tried to spam) to [chat v] change [spam v] by [1] when [c v] key pressed if < spam = 3 > add join (username )( is now silenced) to [chat v] wait (60) secs add join (username )( is now allowed to chat again) to [chat v]to say it does work. but, the blocks is glitchy, here it is without the block form:
Last edited by SFollis (2012-05-27 13:31:55)
Offline
More practice, bad at the receive block, especially spelling receive.
when I receive [practice time v] //Still need some practice with that kind of block. say [Let me see if I can do the color picker block] for (5) secs set pen color to [#FF0000]
Offline
fexlo wrote:
(video [motion v] on [stage v]) [/scratchblocks Why didn't that work if cloud did?
fixed here
(video [motion v] on [stage v])
Offline
hey what happened?
say [hihi] for (4) secs obsolete!in normal:
Offline
okay. try again.
<<blue>> (cat) 600
Offline
SFollis wrote:
a spam detector! (how to make)
when gf clicked set [spam v] to [0] ask [username?] and wait set [username v] to (answer) when [c v]key pressed ask [] and wait if <(spam) < [3] > if <not <(answer) = (Last words)>> add (join (username) (answer)) to [chat v] set [last words v] to (answer) if <(answer) = (last words)> //answer will always=last words, last words was just set to answer... add (join (username) [ tried to spam]) to [chat v] change [spam v] by [1] when [c v] key pressed if <(spam) = [3] > add (join (username) [ is now silenced]) to [chat v] wait (60) secs add (join (username) [ is now allowed to chat again]) to [chat v] set [spam v] to [0] //added this to fix itI kept it without the block form, in case you want to edit your original post.Code:
when gf clicked set [spam v] to [0] ask [username?] and wait set [username v] to (answer) when [c v]key pressed ask [] and wait if <(spam) < [3] > if <not <(answer) = (Last words)>> add (join (username) (answer)) to [chat v] set [last words v] to (answer) if <(answer) = (last words)> add (join (username) [ tried to spam]) to [chat v] change [spam v] by [1] when [c v] key pressed if <(spam) = [3] > add (join (username) [ is now silenced]) to [chat v] wait (60) secs add (join (username) [ is now allowed to chat again]) to [chat v] set [spam v] to [0]
The scratchblocks weren't glitchy, your syntax had some errors in it. Also there's a bug... The remains of the old scratchblocks are really annoying... Fixed with the code tag
Made a project with these scripts.
ScratchToonie wrote:
More practice, bad at the receive block, especially spelling receive.
when I receive [practice time v] //Still need some practice with that kind of block. say [Let me see if I can do the colour picker block] for (5) secs set pen color to [#FF0000]
"I before E, except after C." - I just had to slap spell check because it said "colour" was wrong
Last edited by Splodgey (2012-05-31 13:50:37)
Offline
when gf clicked
if touching color < red >
end
Offline
xXoWnAgEXx, you need to make sure to use the
[scratchblocks] [/scratchblocks]
tags if you want to make scratchblocks!
Offline