This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1551 2012-02-26 11:10:03

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: Cool custom blocks in Scratch

dreamod wrote:

bbbeb wrote:

oh my god.

i swear, no one will make a <talking?> block!  tongue

I already made one, wait I made four! <talking?> <thinking?> (saying) (thinking)

Necropost.


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#1552 2012-02-28 12:45:20

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

cocolover76 wrote:

dreamod wrote:

bbbeb wrote:

oh my god.

i swear, no one will make a <talking?> block!  tongue

I already made one, wait I made four! <talking?> <thinking?> (saying) (thinking)

Necropost.

I'm sorry if my post was inconvenient towards you, I was just looking for block ideas and then I stumbled upon this post and found that someone showed potential interest in a <talking?> block, so I kindly informed that I made that one and a few more blocks that are related.

Offline

 

#1553 2012-03-01 07:07:24

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Cool custom blocks in Scratch

dreamod wrote:

cocolover76 wrote:

dreamod wrote:


I already made one, wait I made four! <talking?> <thinking?> (saying) (thinking)

Necropost.

I'm sorry if my post was inconvenient towards you, I was just looking for block ideas and then I stumbled upon this post and found that someone showed potential interest in a <talking?> block, so I kindly informed that I made that one and a few more blocks that are related.

But it was a necropost. You didn't have to tell us that, and the last post was pretty old.

Let's let this topic rest in peace.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1554 2012-04-08 14:33:25

lallaway12
Scratcher
Registered: 2012-01-04
Posts: 500+

Re: Cool custom blocks in Scratch

cool blocks


http://i49.tinypic.com/2re4ied.png

Offline

 

#1555 2012-04-08 14:53:31

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

lallaway12 wrote:

cool blocks

Thanks! But the last post was a month ago...

Offline

 

#1556 2012-05-21 12:10:06

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Cool custom blocks in Scratch

I t always says "right parentheses expected" when I click accept.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#1557 2012-05-26 01:53:32

computerexpertFELIX
Scratcher
Registered: 2012-05-10
Posts: 5

Re: Cool custom blocks in Scratch

LS97 wrote:

SeptimusHeap wrote:

OK. May we use it for our mod, Panther (I guess you've heard of it?)

Well, i haven't heard of it to be honest, but the link in your sig helped. a lot. of course you may use it, as long as it's got the coding for it already in it (which scratch 1.3 and 1.4 does). i don't mean the coding i put up onthe forums but the one i refer to in the code. in other words, the 'grabFromScreen'.

anyway yes you may.

the link to the website for Panther is http://pantherprogramming.weebly.com

Offline

 

#1558 2012-05-26 05:26:32

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: Cool custom blocks in Scratch

computerexpertFELIX wrote:

LS97 wrote:

SeptimusHeap wrote:

OK. May we use it for our mod, Panther (I guess you've heard of it?)

Well, i haven't heard of it to be honest, but the link in your sig helped. a lot. of course you may use it, as long as it's got the coding for it already in it (which scratch 1.3 and 1.4 does). i don't mean the coding i put up onthe forums but the one i refer to in the code. in other words, the 'grabFromScreen'.

anyway yes you may.

the link to the website for Panther is http://pantherprogramming.weebly.com

please read this: http://scratch.mit.edu/forums/viewtopic.php?id=76144

Offline

 

#1559 2012-07-02 20:28:07

epicawesomeness
Scratcher
Registered: 2011-11-21
Posts: 5

Re: Cool custom blocks in Scratch

End of of block expected ->   Keeps showing up in between Words On random lins?

Offline

 

#1560 2012-07-21 11:02:33

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

Could someone tell me code to make a bounce block? example:

If on edge, bounce
=
if <touching [edge v] ?>
Bounce
end

Offline

 

#1561 2012-07-21 11:40:16

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

if touching [Sprite1 v], bounce
I need the code for that.
I'd bet that some technical wiz could find out the code for it.
The block should be blue, for motion.

Last edited by blargin (2012-10-17 19:17:43)

Offline

 

#1562 2012-07-21 14:43:21

sccar3
Scratcher
Registered: 2008-09-04
Posts: 100+

Re: Cool custom blocks in Scratch

blargin wrote:

if touching [Sprite1 v], bounce
I need the code for that.
the block should be blue, for motion.

That would be hard to do, because if you look at the code for [if on edge bouce] each edge has a differnt code, so that could only work on a square sprite.


http://1.bp.blogspot.com/-WInb2DZ2LBM/UQaLETx3VII/AAAAAAAAAmQ/ZOpSwEPggiE/s1600/The%2BElder%2BScrolls%2BOnline%2BSignup%2BBeta.jpg

Offline

 

#1563 2012-07-23 13:52:50

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

Do you think you can tell me how to do it on BYOB?

even just a

bounce
block for this?

when gf clicked
forever
if <touching [Sprite1 v] ?>
bounce
end
end

Last edited by blargin (2012-10-17 19:18:25)

Offline

 

#1564 2012-09-02 07:43:06

connormonster1220
Scratcher
Registered: 2012-05-20
Posts: 10

Re: Cool custom blocks in Scratch

This is the sample catagory block: ('%s catagory' #b #booleanBlockCatagory)

Offline

 

#1565 2012-10-17 19:15:21

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

sccar3 wrote:

blargin wrote:

if touching [Sprite1 v], bounce
I need the code for that.
the block should be blue, for motion.

That would be hard to do, because if you look at the code for [if on edge bouce] each edge has a differnt code, so that could only work on a square sprite.

i bet they should just use "degrees" & "radians" and stuff

Offline

 

#1566 2012-10-17 19:19:11

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

connormonster1220 wrote:

This is the sample catagory block: ('%s catagory' #b #booleanBlockCatagory)

i don't get it... hmm

Offline

 

#1567 2012-10-18 12:09:33

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

how do you make this block


if touching any color except (color)

any color means every color except (color)

Offline

 

#1568 2012-10-18 12:56:07

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

what's the developers password?

Offline

 

#1569 2012-10-18 12:59:11

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Cool custom blocks in Scratch

janderson01 wrote:

what's the developers password?

for what ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1570 2012-10-18 13:05:07

ahirbhairav
Scratcher
Registered: 2012-10-06
Posts: 100+

Re: Cool custom blocks in Scratch

dvd4 wrote:

janderson01 wrote:

what's the developers password?

for what ?

Me is suspicious, is he trying to get the code for scratch 20???

Offline

 

#1571 2012-10-18 14:25:40

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Cool custom blocks in Scratch

ahirbhairav wrote:

dvd4 wrote:

janderson01 wrote:

what's the developers password?

for what ?

Me is suspicious, is he trying to get the code for scratch 2.0???

probably not


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1572 2012-10-18 16:19:20

janderson01
Scratcher
Registered: 2010-04-02
Posts: 18

Re: Cool custom blocks in Scratch

for Bingo

Offline

 

#1573 2012-10-18 16:22:09

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Cool custom blocks in Scratch

you don't need the developer password for bingo. if you know squeak

Last edited by dvd4 (2012-10-18 16:22:51)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#1574 2012-10-18 16:52:32

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Cool custom blocks in Scratch

The developer password violates the Scratch Source Code license.

Last edited by nXIII (2012-10-18 16:52:44)


nXIII

Offline

 

#1575 2012-10-20 09:04:52

blargin
Scratcher
Registered: 2012-07-06
Posts: 49

Re: Cool custom blocks in Scratch

janderson01 wrote:

how do you make this block


if touching any color except (color)

any color means every color except (color)

like this?

<touching any color except []?>

Offline

 

Board footer