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

#26 2010-06-27 07:27:34

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

Re: BYOB3(2.99A) Block Tutorials

jackrulez wrote:

bharvey wrote:

jackrulez wrote:

Here's my block:

Nice.  You know, I'm constantly showing people the generic regular polygon (360/SIDES) and I'm constantly showing people the squiral (92), but it never occurred to me to combine the two ideas in a single procedure!

Yay! A compliment!

It was a really good block! I'm proud to have it in my thread. (snifflle)


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

Offline

 

#27 2010-06-28 17:08:13

mariobrosrule
Scratcher
Registered: 2008-06-09
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

http://i46.tinypic.com/15yvfb9.gif
Oh, and by the way, for you cheaters out there, this doesn't work. There are 4 blocks missing.

HOW DO YOU DO THIS!!!!???~!!

Last edited by mariobrosrule (2010-06-28 17:08:49)

Offline

 

#28 2010-06-28 17:56:41

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

Re: BYOB3(2.99A) Block Tutorials

mariobrosrule wrote:

henley wrote:

http://i46.tinypic.com/15yvfb9.gif
Oh, and by the way, for you cheaters out there, this doesn't work. There are 4 blocks missing.

HOW DO YOU DO THIS!!!!???~!!

Do what?


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

Offline

 

#29 2010-06-28 18:11:30

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

http://i46.tinypic.com/15yvfb9.gif
Oh, and by the way, for you cheaters out there, this doesn't work. There are 4 blocks missing.

really? I it works like this...

Last edited by ScratchReallyROCKS (2010-06-28 18:11:43)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#30 2010-06-29 08:01:13

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

Re: BYOB3(2.99A) Block Tutorials

ScratchReallyROCKS wrote:

henley wrote:

http://i46.tinypic.com/15yvfb9.gif
Oh, and by the way, for you cheaters out there, this doesn't work. There are 4 blocks missing.

really? I it works like this...

That was a good observation! It does make squares, but instead of taking the original position into account, it just puts the sprite on an X and Y placement based on the size of the square made.


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

Offline

 

#31 2010-06-29 11:22:41

mariobrosrule
Scratcher
Registered: 2008-06-09
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

ScratchReallyROCKS wrote:

henley wrote:

http://i46.tinypic.com/15yvfb9.gif
Oh, and by the way, for you cheaters out there, this doesn't work. There are 4 blocks missing.

really? I it works like this...

That was a good observation! It does make squares, but instead of taking the original position into account, it just puts the sprite on an X and Y placement based on the size of the square made.

oh nevermind, i have the old version

Offline

 

#32 2010-06-30 09:18:28

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

Re: BYOB3(2.99A) Block Tutorials

mariobrosrule wrote:

henley wrote:

ScratchReallyROCKS wrote:


really? I it works like this...

That was a good observation! It does make squares, but instead of taking the original position into account, it just puts the sprite on an X and Y placement based on the size of the square made.

oh nevermind, i have the old version

They've already started making alpha versions for BYOB3! So far, they are on BYOB2.99.025


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

Offline

 

#33 2010-06-30 15:49:46

krackers
Scratcher
Registered: 2010-05-08
Posts: 61

Re: BYOB3(2.99A) Block Tutorials

If you want some of my blocks check out soupoftomato's thread.

Offline

 

#34 2010-07-08 17:43:02

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

jackrulez wrote:

bharvey wrote:

Nice.  You know, I'm constantly showing people the generic regular polygon (360/SIDES) and I'm constantly showing people the squiral (92), but it never occurred to me to combine the two ideas in a single procedure!

Yay! A compliment!

It was a really good block! I'm proud to have it in my thread. (snifflle)

Thanks!

EDIT:
Here's 2 more:

http://img444.imageshack.us/img444/2128/islowercase.gif

http://img821.imageshack.us/img821/7453/simultaneouslydoand.gif

<is [ ] lowercase?> only works if you have the bleeding edge image, 2.99.27.

Last edited by jackrulez (2010-07-08 18:14:55)


Yawn, another boring text signature. I should really make something better.

Offline

 

#35 2010-07-08 20:24:45

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

Cool! you could also make a conversion block like this, sort of like:

   (A) as lowercase
   (a) as uppercase


Jens Mönig

Offline

 

#36 2010-07-08 20:37:38

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

jackrulez wrote:

http://img821.imageshack.us/img821/7453/simultaneouslydoand.gif

you know? I came up with this block a while ago. Well, great minds think alike!  tongue  (Also this is a really common and easy to make block.)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#37 2010-07-11 20:33:33

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

Re: BYOB3(2.99A) Block Tutorials

ScratchReallyROCKS wrote:

jackrulez wrote:

http://img821.imageshack.us/img821/7453/simultaneouslydoand.gif

you know? I came up with this block a while ago. Well, great minds think alike!  tongue  (Also this is a really common and easy to make block.)

To me it works great! I think the only way to make it faster would be to put it on atomic.  smile


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

Offline

 

#38 2010-07-11 20:49:52

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

ScratchReallyROCKS wrote:

jackrulez wrote:

http://img821.imageshack.us/img821/7453/simultaneouslydoand.gif

you know? I came up with this block a while ago. Well, great minds think alike!  tongue  (Also this is a really common and easy to make block.)

To me it works great! I think the only way to make it faster would be to put it on atomic.  smile

@ henley: Which I did.
@ ScratchReallyRocks: Really? Cool!

Last edited by jackrulez (2010-07-11 20:50:17)


Yawn, another boring text signature. I should really make something better.

Offline

 

#39 2010-07-11 20:51:44

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

Jens wrote:

Cool! you could also make a conversion block like this, sort of like:

   (A) as lowercase
   (a) as uppercase

Yeah! That would be cool.

EDIT:
Here they are!

http://img821.imageshack.us/img821/1710/lowercase.gif

http://img155.imageshack.us/img155/945/uppercase.gif

They use my <is [] lowercase?> block.

Last edited by jackrulez (2010-07-26 13:29:28)


Yawn, another boring text signature. I should really make something better.

Offline

 

#40 2010-07-23 18:41:41

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

Bump!


Yawn, another boring text signature. I should really make something better.

Offline

 

#41 2010-07-27 08:27:16

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

jackrulez wrote:

Bump!


Yawn, another boring text signature. I should really make something better.

Offline

 

#42 2010-07-27 08:45:55

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

Re: BYOB3(2.99A) Block Tutorials

jackrulez wrote:

Jens wrote:

Cool! you could also make a conversion block like this, sort of like:

   (A) as lowercase
   (a) as uppercase

Yeah! That would be cool.

EDIT:
Here they are!

http://img821.imageshack.us/img821/1710/lowercase.gif

http://img155.imageshack.us/img155/945/uppercase.gif

They use my <is [] lowercase?> block.

That's really cool! I'm working on a

[bounce]

block.

EDIT: It was too easy, so I didn't make it.

Last edited by henley (2010-07-27 08:51:31)


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

Offline

 

#43 2010-07-27 09:21:03

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

henley wrote:

jackrulez wrote:

Jens wrote:

Cool! you could also make a conversion block like this, sort of like:

   (A) as lowercase
   (a) as uppercase

Yeah! That would be cool.

EDIT:
Here they are!

http://img821.imageshack.us/img821/1710/lowercase.gif

http://img155.imageshack.us/img155/945/uppercase.gif

They use my <is [] lowercase?> block.

That's really cool! I'm working on a

[bounce]

block.

EDIT: It was too easy, so I didn't make it.

Thanks!


Yawn, another boring text signature. I should really make something better.

Offline

 

#44 2010-07-27 11:48:23

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

I have no life.  big_smile

http://img442.imageshack.us/img442/3895/shuffled.gif

Last edited by jackrulez (2010-07-27 11:48:41)


Yawn, another boring text signature. I should really make something better.

Offline

 

#45 2010-07-27 14:03:49

TBSDeathAngel
New Scratcher
Registered: 2010-07-26
Posts: 8

Re: BYOB3(2.99A) Block Tutorials

Thanks

Offline

 

#46 2010-08-09 15:16:19

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

TBSDeathAngel wrote:

Thanks

Who, me for the blocks or henley for the thread? BTW, bump!


Yawn, another boring text signature. I should really make something better.

Offline

 

#47 2010-08-09 15:19:12

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#48 2010-08-09 15:37:55

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

PlayWithFire wrote:

some blocks

Looks
[Animate Costumes () through () with () secs delay]

What no credit?

That was inspired by my thread right?


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#49 2010-08-09 18:13:15

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

Re: BYOB3(2.99A) Block Tutorials

Actually, I made that one up myself too. It was a little different, but it worked about the same. I guess great minds think alike! That is really odd though.  hmm


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

Offline

 

#50 2010-08-10 00:28:04

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: BYOB3(2.99A) Block Tutorials

lol i just made a whole bunch of blocks i didn't look at anyone else's code XD


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

Board footer