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

#1 2010-12-06 17:06:50

ESN
New Scratcher
Registered: 2010-12-03
Posts: 100+

Is there a possible way to...

... change the color of individual blocks permanently? Or can I only change the color of all the blocks in a given category?


http://is.gd/jZ5chhttp://is.gd/jZhXDhttp://is.gd/jZhU7

Offline

 

#2 2010-12-06 17:10:19

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Is there a possible way to...

let me check...

EDIT: i have no idea.

Last edited by bbbeb (2010-12-06 17:11:21)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3 2010-12-06 17:27:03

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

Re: Is there a possible way to...

There is a way but I can not remeber it. Some mod has this in.


You can now reach me on Twitter @johnnydean1_

Offline

 

#4 2010-12-06 19:31:41

ESN
New Scratcher
Registered: 2010-12-03
Posts: 100+

Re: Is there a possible way to...

johnnydean1 wrote:

There is a way but I can not remeber it. Some mod has this in.

Ah. I'll keep searching then  wink


http://is.gd/jZ5chhttp://is.gd/jZhXDhttp://is.gd/jZhU7

Offline

 

#5 2010-12-07 12:33:39

bigreader
Scratcher
Registered: 2007-08-14
Posts: 100+

Re: Is there a possible way to...

Navigate to Scratch-Blocks>CommandBlockMorph>private>addLabel, then add

Code:

commandSpec = 'wait %n secs' ifTrue: [self color: Color blue].

at the bottom. To customize, replace the "wait %n secs" with the display name (not the message) of the block you want to change color, and replace "blue" with either the color name or hexadecimal code of the color you want to change the block to.

Hope that helps - I did this for Zing, but I'm on my iPod Touch at the moment, so I might have gotten something wrong. If I did, just post here again!


I'm currently taking a break from Scratch.
Zing - now even easier to install!

Offline

 

Board footer