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

#1151 2010-10-02 05:24:48

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Cool custom blocks in Scratch

Have you got the methods as well? More importantly, have you asked the panther team? nXIII doesn't like people taking his blocks without permission.


/* No comment */

Offline

 

#1152 2010-10-02 07:53:45

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Cool custom blocks in Scratch

If you are SUFFERING for one of my blocks, you HAVE TO BE SUFFERING, then guarentee you are suffering, and ask for one of my blocks. I'm not sure if you really are gonna do it though.


Marzipan11 must learn to not spoil

Offline

 

#1153 2010-10-02 09:15:10

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

Re: Cool custom blocks in Scratch

TheSuccessor wrote:

Have you got the methods as well? More importantly, have you asked the panther team? nXIII doesn't like people taking his blocks without permission.

To tell the truth, I don't like people taking my code at all, but apparently most people who like to "mod" scratch aren't creative enough to at the very least write the code for themselves.

EDIT: I think I just split an infinitive. Oh well. I quote h2g2:
"To boldly split infinitives that no man had split before."

Last edited by nXIII (2010-10-02 09:16:00)


nXIII

Offline

 

#1154 2010-10-02 18:15:39

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Cool custom blocks in Scratch

rocket101 wrote:

How do you make a (report __) block?

Blockspec: ('report %s' #r #report: 'hello')

Code:

report: t1
^ t1

Marzipan11 must learn to not spoil

Offline

 

#1155 2010-10-02 18:59:19

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

TheSuccessor wrote:

Have you got the methods as well? More importantly, have you asked the panther team? nXIII doesn't like people taking his blocks without permission.

Are the methods the things in the ops part

I have ops and block specs

Offline

 

#1156 2010-10-02 19:00:54

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

nXIII wrote:

TheSuccessor wrote:

Have you got the methods as well? More importantly, have you asked the panther team? nXIII doesn't like people taking his blocks without permission.

To tell the truth, I don't like people taking my code at all, but apparently most people who like to "mod" scratch aren't creative enough to at the very least write the code for themselves.

EDIT: I think I just split an infinitive. Oh well. I quote h2g2:
"To boldly split infinitives that no man had split before."

Firstly. Do Ihave permission to copy the blocks

Secondly why is their an edit block feature if you dot want people to take them

Offline

 

#1157 2010-10-02 19:01:57

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

Hi

Could anyone make an export list to and import list from block

They would be usefull for my game I'm making as it would almost act as a saving feature

Offline

 

#1158 2010-10-02 19:15:26

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Cool custom blocks in Scratch

me450 wrote:

Hi

Could anyone make an export list to and import list from block

They would be usefull for my game I'm making as it would almost act as a saving feature

I don't have it.
Besides you absolutly CANNOT upload hacked blocks.


Marzipan11 must learn to not spoil

Offline

 

#1159 2010-10-02 19:51:43

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

zorket wrote:

me450 wrote:

Hi

Could anyone make an export list to and import list from block

They would be usefull for my game I'm making as it would almost act as a saving feature

I don't have it.
Besides you absolutly CANNOT upload hacked blocks.

i know

the games bigger than 10mb anyway so i cant

i used a edit version of jens converter to make it exe

Offline

 

#1160 2010-10-02 20:10:23

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

nXIII plz tell me the locations of the file blocks coding as it says error everytime i use them

im not making a mod

i just like the actual scratch interface

Edited as they are I's not 1's

Last edited by me450 (2010-10-02 20:20:17)

Offline

 

#1161 2010-10-02 20:15:45

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

Re: Cool custom blocks in Scratch

me450 wrote:

NX111

It's actually nXIII, they're "I"s


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

Offline

 

#1162 2010-10-02 21:32:33

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

('list %l showing?' #b #listshowing) block would be nice

Offline

 

#1163 2010-10-02 21:35:17

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

a hat block

when scratch starts

Offline

 

#1164 2010-10-03 08:18:55

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

Re: Cool custom blocks in Scratch

LS97 wrote:

Hey Scratchers!
Here's a brief list of the different arguments:

#-   no arguments (command or 'stack' block)
#r   Reporter block (the round ones)
#b   boolean block (diamond shaped)
#c   C shaped block (like the forever block)
#t   Time block (like wait X secs)
#W   'when' hat block (obsolete)
#S   start button click hat block
#K   key-activated hat block
#E   event hat block (broadcast)
#s   special form (hard to code)

I happen to be a master of the ScratchProcess*, and can generate C-blocks and S-blocks like any other Scratch block.
Just sayin'.
So, if you have any requests, feel free to ask me.

*ScratchProcess: The ScratchProcess takes care of scripts and C-blocks and S-blocks.


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#1165 2010-10-03 08:36:05

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Cool custom blocks in Scratch

rubiks_cube_guy238 wrote:

LS97 wrote:

Hey Scratchers!
Here's a brief list of the different arguments:

#-   no arguments (command or 'stack' block)
#r   Reporter block (the round ones)
#b   boolean block (diamond shaped)
#c   C shaped block (like the forever block)
#t   Time block (like wait X secs)
#W   'when' hat block (obsolete)
#S   start button click hat block
#K   key-activated hat block
#E   event hat block (broadcast)
#s   special form (hard to code)

I happen to be a master of the ScratchProcess*, and can generate C-blocks and S-blocks like any other Scratch block.
Just sayin'.
So, if you have any requests, feel free to ask me.

*ScratchProcess: The ScratchProcess takes care of scripts and C-blocks and S-blocks.

Can you explain how to do it please.


You can now reach me on Twitter @johnnydean1_

Offline

 

#1166 2010-10-03 09:15:37

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

Re: Cool custom blocks in Scratch

johnnydean1 wrote:

rubiks_cube_guy238 wrote:

LS97 wrote:

Hey Scratchers!
Here's a brief list of the different arguments:

I happen to be a master of the ScratchProcess*, and can generate C-blocks and S-blocks like any other Scratch block.
Just sayin'.
So, if you have any requests, feel free to ask me.

*ScratchProcess: The ScratchProcess takes care of scripts and C-blocks and S-blocks.

Can you explain how to do it please.

It's slightly complicated. I guess I'll post another thread on it.
Okay, here it is: http://scratch.mit.edu/forums/viewtopic … 84#p559784


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#1167 2010-10-03 11:43:34

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

Re: Cool custom blocks in Scratch

me450 wrote:

Firstly. Do Ihave permission to copy the blocks

Secondly why is their an edit block feature if you dot want people to take them

I don't think you understand the situation at all. Due to the license, I have no power whatsoever to prevent you from copying my code, other than convincing you not to. I think you need to SERIOUSLY rethink WHY you're making a mod. Is it because you just want to make something cool without doing any work, and by copying other people's code? Or is it because you want to learn and have fun experiencing and using Squeak and the Scratch Source, using your own creativity and ideas to make it something new, exciting, and something you're really happy with?

rubiks_cube_guy238 wrote:

I happen to be a master of the ScratchProcess*, and can generate C-blocks and S-blocks like any other Scratch block.[/i]

Y'know, you shouldn't brag, there are a lot of people who can do that.

Last edited by nXIII (2010-10-03 11:45:05)


nXIII

Offline

 

#1168 2010-10-03 11:48:13

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Cool custom blocks in Scratch

nXIII wrote:

me450 wrote:

Firstly. Do Ihave permission to copy the blocks

Secondly why is their an edit block feature if you dot want people to take them

I don't think you understand the situation at all. Due to the license, I have no power whatsoever to prevent you from copying my code, other than convincing you not to. I think you need to SERIOUSLY rethink WHY you're making a mod. Is it because you just want to make something cool without doing any work, and by copying other people's code? Or is it because you want to learn and have fun experiencing and using Squeak and the Scratch Source, using your own creativity and ideas to make it something new, exciting, and something you're really happy with?

Personally, I'd go for the second option, and if I saw somone elses code, I'd try and learn from it.

The only thing is, I'm not as good at Squeak as a lot of people think, and I'd like to learn more, but don't know where to start.  sad
I'd really appreciate some help on learning, but, uh, your probably too busy with Panther and such.

If you'd like to help me (*fingers crossed*  tongue ) I can send you an e-mail and we can discuss Squeak  tongue
Don't ask how I know your email addres  tongue


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1169 2010-10-03 12:12:42

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

Re: Cool custom blocks in Scratch

Sperry wrote:

Don't ask how I know your email addres  tongue

Well, I'm guessing from Panther!
Sure, I'd love to help you with Squeak. Feel free to send me an email any time!


nXIII

Offline

 

#1170 2010-10-03 12:16:30

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Cool custom blocks in Scratch

nXIII wrote:

Sperry wrote:

Don't ask how I know your email addres  tongue

Well, I'm guessing from Panther!
Sure, I'd love to help you with Squeak. Feel free to send me an email any time!

Nope  smile
I'll send you one now  smile


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1171 2010-10-03 16:15:26

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Cool custom blocks in Scratch

kinker wrote:

I want more blocks


Marked as non-listener. give me some attention.

I said you can just beg me hard for some blocks.

On the phone: you: how about a game of hangman? me: how about a game of hang up!

Last edited by zorket (2010-10-04 18:11:26)


Marzipan11 must learn to not spoil

Offline

 

#1172 2010-10-04 01:37:23

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Cool custom blocks in Scratch

nXIII wrote:

me450 wrote:

Firstly. Do Ihave permission to copy the blocks

Secondly why is their an edit block feature if you dot want people to take them

I don't think you understand the situation at all. Due to the license, I have no power whatsoever to prevent you from copying my code, other than convincing you not to. I think you need to SERIOUSLY rethink WHY you're making a mod. Is it because you just want to make something cool without doing any work, and by copying other people's code? Or is it because you want to learn and have fun experiencing and using Squeak and the Scratch Source, using your own creativity and ideas to make it something new, exciting, and something you're really happy with?

rubiks_cube_guy238 wrote:

I happen to be a master of the ScratchProcess*, and can generate C-blocks and S-blocks like any other Scratch block.[/i]

Y'know, you shouldn't brag, there are a lot of people who can do that.

im not making a mod

im adddign a saving feature to my game

Offline

 

#1173 2010-10-05 17:39:08

kinker
Scratcher
Registered: 2010-08-01
Posts: 100+

Re: Cool custom blocks in Scratch

I have a new one!

Blockspec:

Code:

('play Bach Fugue' #- #playBachFugue)

Method:

Code:

playBachFugue
    AbstractSound stereoBachFugue play

And get ready to use your new block!


Put in the weirdness: http://i54.tinypic.com/zl6fph.pnghttp://img821.imageshack.us/i/gobanim2.gif/kinker style! [url]http://internetometer.com/image/16724.png[/url]♬♫ 92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. ♫♪

Offline

 

#1174 2010-10-05 17:41:36

kinker
Scratcher
Registered: 2010-08-01
Posts: 100+

Re: Cool custom blocks in Scratch

zorket wrote:

kinker wrote:

I want more blocks


Marked as non-listener. give me some attention.

I said you can just beg me hard for some blocks.

On the phone: you: how about a game of hangman? me: how about a game of hang up!

Like the <hide [] list> block.


Put in the weirdness: http://i54.tinypic.com/zl6fph.pnghttp://img821.imageshack.us/i/gobanim2.gif/kinker style! [url]http://internetometer.com/image/16724.png[/url]♬♫ 92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. ♫♪

Offline

 

#1175 2010-10-05 19:52:38

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Cool custom blocks in Scratch

I guess I'll have to show you a few of the blocks I made.
Here.
It's a block highway, and it isn't popular yet, so feel free to post blocks for me to add.


Marzipan11 must learn to not spoil

Offline

 

Board footer