There needs to be a block to allows the pen to be set to any color possible. Currently, it is not possible to set the pen color to any shade of grey programmatically. Two blocks that could allow this are a RGB block:
set color red (50) green (50) blue (50) // This would set the pen color to grey.and a saturation block:
set pen saturation (0) // This would set the saturation value of the current pen color (sharpness)The RGB could even be split into three blocks:
set red value (50)
set green value (50)
set blue value (50)More realistic blocks (thanks to lazy 777w who didn't even bother to split them apart even thought I didn't even bother to make them and I think this is a run-on sentence):
Last edited by MathWizz (2012-06-20 11:29:38)
Offline
MathWizz wrote:
...I wish I could set the color of the blocks to green...
i could make some for you that look like theyre actually from 1.4 and not the weird flash things
Offline
777w wrote:
MathWizz wrote:
...I wish I could set the color of the blocks to green...
i could make some for you that look like theyre actually from 1.4 and not the weird flash things
I can do that too, but I am feeling lazy. :3
Offline
MathWizz wrote:
777w wrote:
MathWizz wrote:
...I wish I could set the color of the blocks to green... :/
i could make some for you that look like theyre actually from 1.4 and not the weird flash things
I can do that too, but I am feeling lazy. :3
ill do it if you want me to :D
Offline
777w wrote:
MathWizz wrote:
777w wrote:
i could make some for you that look like theyre actually from 1.4 and not the weird flash thingsI can do that too, but I am feeling lazy. :3
ill do it if you want me to
Fine.
Offline
MathWizz wrote:
777w wrote:
MathWizz wrote:
I can do that too, but I am feeling lazy. :3ill do it if you want me to
Fine.
here they are, but i didnt bother to seperate them into 3 different images
Offline
MathWizz wrote:
777w wrote:
MathWizz wrote:
Fine. :Phere they are, but i didnt bother to seperate them into 3 different images
http://img839.imageshack.us/img839/9498 … stions.gifTut tut. You feeling lazy too? :P
lol yeah
the cool part about these is that i actually shift-clicked r and opened up the browser and made them :O
Offline
777w wrote:
MathWizz wrote:
Tut tut. You feeling lazy too?
lol yeah
the cool part about these is that i actually shift-clicked r and opened up the browser and made them
Heh. I want these blocks for a wavefront obj renderer in scratch. :DDD
Offline
Having been brought up rather frequently, this suggestion has previously been rejected by the Scratch Team for falling under the "confusing to new users" category. While RGB might indeed be a bit hard to understand at first, I honestly don't see how the option of pen saturation would confuse anyone at all. If the term "saturation" is too confusing, perhaps something like "greyness" could be used. If Scratch users can grasp the concept of hue and lightness, why not saturation?
So once again, have my full support for this suggestion, I really dislike how they are artificially limiting the available color spectrum in Scratch right now, and I can't even begin to count the times I have needed this type of block in my projects.
Offline
Even better, there should be colour blocks like in panther (they are blocks that report colours and can be put onto a color picker)
Offline