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

#3076 2012-08-21 18:50:56

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

('make me monochrome' #- #MakeMonochrome)

MakeMonochrome
costume form: (costume form asGrayScale).
self costumeChanged.

('save effects to costume' #- #SaveEffects)

costume form: (filterPack resultForm).
filterPack resetAllFilters.
self costumeChanged.

Offline

 

#3077 2012-08-24 16:40:46

TheExplodingTacoz
Scratcher
Registered: 2010-03-17
Posts: 38

Re: ITopic: Welcome to your local block library!

Hey Here's my block. BYOB sound section.
Generates a random song with one script!
picture: https://www.dropbox.com/s/bx4i12b007zyied/randomsongpic.gif?dl=1 (No Transparency)
.ysp: https://www.dropbox.com/s/lpuid7upfv5rz29/randomsong.ysp?dl=1

Offline

 

#3078 2012-08-24 17:02:03

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: ITopic: Welcome to your local block library!

there should be a block called "stop all" but it has a nub at the bottom and that script can keep going


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#3079 2012-08-25 10:52:50

l-drago100000
Scratcher
Registered: 2011-10-24
Posts: 58

Re: ITopic: Welcome to your local block library!

Can i become a librarian?


http://img33.imageshack.us/img33/5867/ld1j.png Now testing Scratch Beta 2.0.

Offline

 

#3080 2012-08-25 14:39:30

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

l-drago100000 wrote:

Can i become a librarian?

I'm sorry, but I don't believe we're hiring any more librarians at the moment.

Offline

 

#3081 2012-08-29 17:12:15

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

Re: ITopic: Welcome to your local block library!

Does anyone know the comment block's blockspec?

Offline

 

#3082 2012-08-30 09:42:38

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

Re: ITopic: Welcome to your local block library!

connormonster1220 wrote:

Does anyone know the comment block's blockspec?

There isn't one. It's created by tuples.

Offline

 

#3083 2012-08-30 21:20:51

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Could someone make a password ask block? Something that puts *'s instead of what you really type?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#3084 2012-09-02 22:30:58

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

Re: ITopic: Welcome to your local block library!

I'm posting this so this forum topic will appear in the "my posts" page.

I hope this doesn't count as spam.

Last edited by sccar3 (2012-09-02 22:31:17)


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

Offline

 

#3085 2012-09-03 15:48:51

william465
Scratcher
Registered: 2012-04-20
Posts: 47

Re: ITopic: Welcome to your local block library!

wow man... those blocks are so helpful in byob... like the fading one and the say script one... i might start a sprite library!


http://i46.tinypic.com/w1qmxf.png

Offline

 

#3086 2012-09-06 18:56:43

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

Re: ITopic: Welcome to your local block library!

How can you make a block with text on the top and input on the bottom?

Offline

 

#3087 2012-09-08 08:13:08

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

Re: ITopic: Welcome to your local block library!

DON'T TRY THE "switch weither hidden or showing" BLOCK IT, WILL CRASH FOREVER!!!

Offline

 

#3088 2012-09-08 09:26:49

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: ITopic: Welcome to your local block library!

connormonster1220 wrote:

DON'T TRY THE "switch weither hidden or showing" BLOCK IT, WILL CRASH FOREVER!!!

Were you using it on the background?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#3089 2012-09-08 12:43:34

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Hardmath123 wrote:

connormonster1220 wrote:

DON'T TRY THE "switch weither hidden or showing" BLOCK IT, WILL CRASH FOREVER!!!

Were you using it on the background?

I would imagine that would cause some issues.  It should be fixable, though, with the addition of code that checks whether "self" equals the stage and then returns self.

Offline

 

#3090 2012-09-08 12:45:42

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

Re: ITopic: Welcome to your local block library!

(self isKindOf: ScratchStageMorph) ifTrue: [^ self].

Offline

 

#3091 2012-09-08 12:52:04

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

Re: ITopic: Welcome to your local block library!

connormonster1220 wrote:

How can you make a block with text on the top and input on the bottom?

It requires you to make a whole new subclass of CBlockMorph with custom drawing methods. I made one once, but I lost the code a long time ago. I might try again soon.


/* No comment */

Offline

 

#3092 2012-09-09 05:07:42

Spartan156E
New Scratcher
Registered: 2012-08-27
Posts: 2

Re: ITopic: Welcome to your local block library!

http://postimage.org/image/po5uez0pd/

Performs a check on the sprite, deletes if it finds out thats its a clone. Works well with a 'Recieve: Delete Clones@ then run this block, ive tested it; your parent Sprites are safe!  wink

Offline

 

#3093 2012-09-11 22:37:05

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: ITopic: Welcome to your local block library!

Whenever I try to add the switch rotation style block, it gives a BFE (Big Fat Error), and asks me to select some stuff. I am using the Scource Code, what do I need to select. I did it before.


Who would win, SOPA or PIPA?

Offline

 

#3094 2012-09-12 01:18:49

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

Re: ITopic: Welcome to your local block library!

MrFlash67 wrote:

Whenever I try to add the switch rotation style block, it gives a BFE (Big Fat Error), and asks me to select some stuff. I am using the Scource Code, what do I need to select. I did it before.

where do you add it?
make sure the blockspec follows these rules:

Code:

#('name' #- #selector)

Offline

 

#3095 2012-09-12 02:44:38

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: ITopic: Welcome to your local block library!

dreamod wrote:

MrFlash67 wrote:

Whenever I try to add the switch rotation style block, it gives a BFE (Big Fat Error), and asks me to select some stuff. I am using the Scource Code, what do I need to select. I did it before.

where do you add it?
make sure the blockspec follows these rules:

Code:

#('name' #- #selector)

I don't have to keep the #'s, do I? The part that I am having trouble with is the last part.  (Sorry for not being clear earlier.


Who would win, SOPA or PIPA?

Offline

 

#3096 2012-09-12 08:49:00

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

Re: ITopic: Welcome to your local block library!

MrFlash67 wrote:

dreamod wrote:

MrFlash67 wrote:

Whenever I try to add the switch rotation style block, it gives a BFE (Big Fat Error), and asks me to select some stuff. I am using the Scource Code, what do I need to select. I did it before.

where do you add it?
make sure the blockspec follows these rules:

Code:

#('name' #- #selector)

I don't have to keep the #'s, do I? The part that I am having trouble with is the last part.  (Sorry for not being clear earlier.

What does it say?

Offline

 

#3097 2012-09-12 19:00:14

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: ITopic: Welcome to your local block library!

dreamod wrote:

MrFlash67 wrote:

dreamod wrote:


where do you add it?
make sure the blockspec follows these rules:

Code:

#('name' #- #selector)

I don't have to keep the #'s, do I? The part that I am having trouble with is the last part.  (Sorry for not being clear earlier.

What does it say?

Unknown variable: t2
please correct, or cancel


Who would win, SOPA or PIPA?

Offline

 

#3098 2012-09-13 09:38:51

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

Re: ITopic: Welcome to your local block library!

MrFlash67 wrote:

dreamod wrote:

MrFlash67 wrote:


I don't have to keep the #'s, do I? The part that I am having trouble with is the last part.  (Sorry for not being clear earlier.

What does it say?

Unknown variable: t2
please correct, or cancel

On the second line before the | add t2.

Offline

 

#3099 2012-09-13 15:31:45

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: ITopic: Welcome to your local block library!

dreamod wrote:

MrFlash67 wrote:

dreamod wrote:


What does it say?

Unknown variable: t2
please correct, or cancel

On the second line before the | add t2.

Thanks....I think. Do I add that at the very start, or at the 2nd line of the little bit of code?


Who would win, SOPA or PIPA?

Offline

 

#3100 2012-09-14 00:07:13

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: ITopic: Welcome to your local block library!

How does everyone know smalltalk/squeak (I forget which) Is it trial and error, or did someone teach you guys?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

Board footer