Discuss Scratch

M8Bit
Scratcher
8 posts

Have an RGB system for pen

Maybe make it so that there is a block that sets the pen to the color you want by typing the RGB colors in the block. I think you'll know what I'm saying by looking at this Scratch block.
setpencolortoR:G:B:
This would be easy for choosing the right color and it would teach a lot of kids about how to make colors by setting RGB values.
This has probably been thought of before, and I'm just repeating what someone's already said.

Maybe have a button in the block where you click it and it brings up a slider of colors?
duckboycool
Scratcher
1000+ posts

Have an RGB system for pen

It has a simple workaround.
definesetpencolortorgbsetpencolortor*65336+g*256+bColor input. Not number.
M8Bit
Scratcher
8 posts

Have an RGB system for pen

duckboycool wrote:

It has a simple workaround.
definesetpencolortorgbsetpencolortor*65336+g*256+bColor input. Not number.
oh
Sheep_maker
Scratcher
1000+ posts

Have an RGB system for pen

Or, if you're into hexadecimal
setpencolortojoin0x5CB716

Powered by DjangoBB