Discuss Scratch

davidkt
Scratcher
1000+ posts

New [scratchblocks] tag

blob8108 wrote:

davidkt wrote:

Edit: yup, I just KNEW that that bug would be there…
Which bug?
The bug where you can put anything in a dropdown.
For example:
set rotation style [Definitely not a rotation style... :P v]

Last edited by davidkt (Aug. 30, 2013 22:37:04)


Remember when I looked like this? I still do.


Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
cobraguy
Scratcher
1000+ posts

New [scratchblocks] tag

Yay they're finally here!
blob8108
Scratcher
1000+ posts

New [scratchblocks] tag

davidkt wrote:

The bug where you can put anything in a dropdown.
That's not a bug! From the wiki:
The block plugin tries to match the code you write as closely as possible, and doesn't check you've used the correct syntax. The block text is only used to find the correct colour.

tosh · slowly becoming a grown-up adult and very confused about it
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

scratch blocks
when gf clicked
turn cw (15) degrees

Last edited by ats-ll (Aug. 30, 2013 23:10:07)


i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

when gf clicked
set pen color to [#00FE00]

i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

when gf clicked
if <mouse down?>
move (15) steps
end
broadcast [nothing v]
move (10) steps //go it

Last edited by ats-ll (Aug. 30, 2013 22:55:29)


i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

do:
define test
forever
if <mouse down?>
move (10) steps
else
move (-10) steps
end

when gf clicked
repeat (10)
test
end
wait until <[3]=[3]>
stop [all v]

Last edited by ats-ll (Aug. 30, 2013 23:00:34)


i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

Scratch12300 wrote:

Awesome! Yeah, it's looks much better!

<scratchblocks reimplimented?>//true
(knowen glitches)//Boolean shape not diamond

when gf clicked
forever
if <(length of [knowen glitches v]) < [5]> then
if <necessary> then
use scratchblocks
end

Oh yeah. They work!

when gf clicked
forever
if <thread will become popular> then
post [First post!]
end

So… First post!
when flag clicked
wait until <<mouse down? and <touching mousepointer?>>

Last edited by ats-ll (Aug. 30, 2013 23:05:14)


i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

(x position) // reports of x position
define go!
wait (3) secs
switch backdrop to [backdrop2 v]



i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

when gf clicked
go to [scratch.mit.edu/discuss/topic/14772/ v]
wait (0.1) secs
go to [scratch.mit.edu/discuss/topic/14778/ v]

Last edited by ats-ll (Aug. 30, 2013 23:15:13)


i am got in! Maki-Tak!
MathWizz
Scratcher
100+ posts

New [scratchblocks] tag

say [----->] for (repeat (10)) secs

I posted this in the testing topic, but I doubted you would check that.

running Chromium 42.0.2311.90 with Flash Player 15.0.0.189 on Arch Linux 3.19.5-1-ck
MathWizzJsScratch && sb.js & Amber (coming soon! maybe)
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

when gf clicked
forever
add [this is a account] to [list of members v]
say (list of members) for (2) secs

i am got in! Maki-Tak!
blob8108
Scratcher
1000+ posts

New [scratchblocks] tag

MathWizz wrote:

say [----->] for (repeat (10)) secs

I posted this in the testing topic, but I doubted you would check that.
…and I just replied to your post there. -_-

tosh · slowly becoming a grown-up adult and very confused about it
blueservine
Scratcher
500+ posts

New [scratchblocks] tag

davidkt wrote:

Yay!
when gf clicked
say [I'm glad to have the old scratchblocks tag back! :D]
repeat (10)
change y by (10)
wait (0.125) secs
change y by (-10)
wait (0.125) secs
end
when gf clicked
say [I use DuckDuckGo, too.]
say [It's creepy what Google does, when you think about it.]
stop all

My signature was a really funny gif of Red wiggling her eyebrows, but I left it for a few months and it got taken down. Pity.
jts1559
Scratcher
36 posts

New [scratchblocks] tag

how do you use them?
is it like this???
when I receive <wake up>
wake up
say [ lets have some fun]
repeat until <<tired> = [true]>
sractch
end
broadcast wake up
end

Last edited by jts1559 (Aug. 31, 2013 01:40:26)


Yay! scratch! (and pi)
Made successful alternative to Cloud Data Strings.
if <(distance to [Computer v])>[5m]> then
go to [Computer v]
set [Task v] to [Scratch]
end
SilverEagle
Scratcher
500+ posts

New [scratchblocks] tag

Scratchblocks? As in you can make scratchblocks in posts?

WHOA. I've never known you could do that, I joined a day before 2.0 so I missed a lot of the features.

“Treat others how you wish to be treated”
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

jts1559 wrote:

how do you use them?
is it like this???
when I receive <wake up>
wake up
say [ lets have some fun]
repeat until <<tired> = [true]>
sractch
end
broadcast wake up
end
can
when gf clicked
forever if <mouse down?>
free
end
define free
repeat until <[1] > [1]>
end

i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

define go to [list v]
go to [list v]
when gf clicked
[say v] [Hello!]
go to [list v]
forever if <mouse down?>
forever if <(direction) = [90]>
forever if <<mouse down?> and <touching color [#DDFF00]?>>
end

Last edited by ats-ll (Aug. 31, 2013 02:18:54)


i am got in! Maki-Tak!
ats-ll
Scratcher
75 posts

New [scratchblocks] tag

forever
if <boolean> then
script

i am got in! Maki-Tak!
Failord
Scratcher
1000+ posts

New [scratchblocks] tag

ProdigyZeta7 wrote:

when I receive [New update! Scratchblock tags! v]
say [THANK YOU SO MUCH!] for (5) secs
change [posts v] by (1)
change [awesomeness v] by (9001)
broadcast [Spread the news! v] and wait

I had to.

I see what you did there! LOL!

when [I get on the computer v]
forever
if <[player v]=[laggy]> then
get frustrated
else
program awesomeness
end
end

when [post length v] > (too dang long)
make it longer
switch to costume [trollface v]
repeat (9001)
make it longer
if <ST catches you> then
get frustrated
end
end

define get frustrated
if <no one is around> then
say (item (any v) of list [bad things v]) for (1) secs
else
pound the keyboard
end

Last edited by Failord (Aug. 31, 2013 03:25:29)


Thanks for the ride, Scratch Team and community! Unfortunately, the time has come for me to move on from Scratch, so I'll no longer be using the forums. Thanks again, and farewell!
Invisible text! This will show you if a profile I claim to be mine IS mine. Just remember to visit the profile and see if I confirmed in the comments.
For old time's sake, see the revolutionary Laser Battle 2.0! Also see Unstoppable Game!

And no, the evil kumquats didn't alter my signature…

Powered by DjangoBB