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

#1 2010-06-04 15:50:37

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Anyone have the block specs for the comment block?

Anyone have the block specs for the comment block?

Offline

 

#2 2010-06-04 16:51:35

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Anyone have the block specs for the comment block?

Bump

Offline

 

#3 2010-06-04 17:04:22

TheGameMaster1231
Scratcher
Registered: 2009-07-24
Posts: 1000+

Re: Anyone have the block specs for the comment block?

You Mean The Original Comment Block Or The New Comment Bubble Thing?

Offline

 

#4 2010-06-04 20:03:39

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Anyone have the block specs for the comment block?

TheGameMaster1231 wrote:

You Mean The Original Comment Block Or The New Comment Bubble Thing?

Original

Offline

 

#5 2010-06-04 20:31:30

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

Re: Anyone have the block specs for the comment block?

I looked and the instance for the old Comment Blocks is still there in 1.4, now I'm actually looking for the blocks spec.


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

Offline

 

#6 2010-06-05 07:50:33

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

Re: Anyone have the block specs for the comment block?

The only code you have to do is

Code:

('comment %s' #- #comment:)

It may not look right at first, but the next time you reopen, distribute, etc. the image, it will look like it should.


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

Offline

 

#7 2010-06-05 08:05:44

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Anyone have the block specs for the comment block?

henley wrote:

The only code you have to do is

Code:

('comment %s' #- #comment:)

It may not look right at first, but the next time you reopen, distribute, etc. the image, it will look like it should.

It doesn't look right even if I reopen.

Offline

 

#8 2010-06-05 08:10:41

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

Re: Anyone have the block specs for the comment block?

rocket101 wrote:

henley wrote:

The only code you have to do is

Code:

('comment %s' #- #comment:)

It may not look right at first, but the next time you reopen, distribute, etc. the image, it will look like it should.

It doesn't look right even if I reopen.

It depends, how are you reopening?


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

Offline

 

#9 2010-06-05 17:26:12

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

Re: Anyone have the block specs for the comment block?

Whats the instance?


You can now reach me on Twitter @johnnydean1_

Offline

 

#10 2010-06-05 18:13:48

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

Re: Anyone have the block specs for the comment block?

johnnydean1 wrote:

Whats the instance?

It's an instance of ScriptableScratchMorph. I think you mean method.


nXIII

Offline

 

#11 2010-06-06 03:57:37

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

Re: Anyone have the block specs for the comment block?

No, I need to know where the method is thats all.


You can now reach me on Twitter @johnnydean1_

Offline

 

#12 2010-06-06 11:51:24

AmoebaMan
Scratcher
Registered: 2009-01-26
Posts: 500+

Re: Anyone have the block specs for the comment block?

well, its not the original comment block, but I made one that works (doesn't give an error).

('comment %s' #- #-)

the second #- is a blank method, so you wont get an error for no function, but it wont do anything.


http://i942.photobucket.com/albums/ad269/RyanScathe/AmoebaMan.png

Offline

 

#13 2010-06-06 12:09:04

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

Re: Anyone have the block specs for the comment block?

AmoebaMan wrote:

well, its not the original comment block, but I made one that works (doesn't give an error).

('comment %s' #- #-)

the second #- is a blank method, so you wont get an error for no function, but it wont do anything.

Or use #yourself, a method inherited from Object.


nXIII

Offline

 

#14 2010-06-06 12:34:11

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

Re: Anyone have the block specs for the comment block?

What is the meathod for the original comment block then, I cant find it.


You can now reach me on Twitter @johnnydean1_

Offline

 

#15 2010-06-06 16:03:14

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Anyone have the block specs for the comment block?

AmoebaMan wrote:

well, its not the original comment block, but I made one that works (doesn't give an error).

('comment %s' #- #-)

the second #- is a blank method, so you wont get an error for no function, but it wont do anything.

Offline

 

#16 2010-06-06 16:04:49

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Anyone have the block specs for the comment block?

AmoebaMan wrote:

well, its not the original comment block, but I made one that works (doesn't give an error).

('comment %s' #- #-)

the second #- is a blank method, so you wont get an error for no function, but it wont do anything.

Doesn't work.

OrderedCollection(Object)>>error:
[] in PasteUpMorph>>runStepMethods
[] in BlockContext>>ifError:
OrderedCollection(Object)>>error:
OrderedCollection>>errorNoSuchElement
OrderedCollection>>at:
OrderedCollection(SequenceableCollection)>>second
CommandBlockMorph>>evaluateInfixWithArgs:
CommandBlockMorph>>evaluateWithArgs:
ScratchProcess>>applyPrimitive

Offline

 

#17 2010-06-06 16:07:36

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

Re: Anyone have the block specs for the comment block?

Does WORK!

Maybe:
('comment %s' #- #yourself)


You can now reach me on Twitter @johnnydean1_

Offline

 

#18 2012-08-26 12:02:28

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

Re: Anyone have the block specs for the comment block?

That's not it. It's just a plain block.

Offline

 

#19 2012-08-26 14:19:49

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

Re: Anyone have the block specs for the comment block?

connormonster1220 wrote:

That's not it. It's just a plain block.

Please don't necropost. This topic is over two years old.


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

Offline

 

#20 2012-08-31 18:55:16

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

Re: Anyone have the block specs for the comment block?

you know you want it http://scratch.mit.edu/projects/connormonster1220/2754719

Offline

 

#21 2012-09-08 18:21:37

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

Re: Anyone have the block specs for the comment block?

('comment %s' #- #- #addComment)

Offline

 

Board footer