It seems that if I set the pen color to black, for an art project, it works. But once I use the shade block, it turns to shades of red. This gets me very frustrated...
I'm suggesting that the scratch teams fixes this....
Offline
Lucario621 wrote:
It seems that if I set the pen color to black, for an art project, it works. But once I use the shade block, it turns to shades of red. This gets me very frustrated...
I'm suggesting that the scratch teams fixes this....
That doesn't happen to me!
Offline
ThePCKid wrote:
Lucario621 wrote:
It seems that if I set the pen color to black, for an art project, it works. But once I use the shade block, it turns to shades of red. This gets me very frustrated...
I'm suggesting that the scratch teams fixes this....That doesn't happen to me!
1. Not scratch paint.
2. Here's an example:
set pen color to [black] set pen shade to 50 clear pen down [forever -go to mouse pointer]
When you do it, why is the trail left by the sprite red?
Offline
Lucario621 wrote:
ThePCKid wrote:
Lucario621 wrote:
It seems that if I set the pen color to black, for an art project, it works. But once I use the shade block, it turns to shades of red. This gets me very frustrated...
I'm suggesting that the scratch teams fixes this....That doesn't happen to me!
1. Not scratch paint.
2. Here's an example:Code:
set pen color to [black] set pen shade to 50 clear pen down [forever -go to mouse pointer]When you do it, why is the trail left by the sprite red?
On my computer it's blue!
Offline
ThePCKid wrote:
Lucario621 wrote:
ThePCKid wrote:
That doesn't happen to me!1. Not scratch paint.
2. Here's an example:Code:
set pen color to [black] set pen shade to 50 clear pen down [forever -go to mouse pointer]When you do it, why is the trail left by the sprite red?
On my computer it's blue!
That's interesting...
Offline
It's red for me...
I think you should have posted this in Troubleshooting, Lucario.
Offline
@Jonathanpb:
Lucario621 wrote:
I'm suggesting that the scratch teams fixes this....
But yeah sure I guess....
Offline
It seems that the problem is from the shade block.
Offline
mathematics wrote:
It seems that the problem is from the shade block.
Exactly...
Offline
black is (very)dark blue on my computer so it might be red on yours
Offline
This is a bumped topic, again.
Offline
Support! Support! Support! Even though this is an old topic - I want it! And a shade for white, and all the grey shades - it would help when making paint editors and such!
Offline
But on my computer it's red!
Offline
Actually, the changing colors thing is easy to explain.
It depends on your current pen color, or, more specifically, the current color number index. I've noticed that it is only possible to set the shade of colors that have set number indexes. Black, as well as grayscale colors, doesn't have a number in Scratch, so when you set the shade to 50, it has to choose between the colors with available numbers, which are basically all the colors of the rainbow, from red to red. It probably picks the color that was previously in use, or just a random one.
Think of it this way: in Scratch, a color only has hue (the color value itself, different for different colors of the rainbow) and lightness (the amount of white or black in a color). Grayscale colors cannot be achieved through change of hue, because they are not colors of the rainbow, but are shades of desaturated versions of those colors. Therefore, in order for grayscale colors to be possible to achieve through modification of other colors, Scratch must have another value: saturation - the amount of "color" in a color.
But so far, it is impossible to change the shade of black in Scratch. Sadness. D:
Offline