Discuss Scratch

chickenboy11
Scratcher
11 posts

New Blocks!

A new block idea, that might help that I thought of is for pen.

Set color to (red) (blue) (green)
so insted of
set pen color to [#ff0088]

I thought this would work well
chickenboy11
Scratcher
11 posts

New Blocks!

Example:
set pen color to [#ff0088](red) (blue) (green)

Except not red

Last edited by chickenboy11 (Oct. 13, 2015 21:30:39)

monstermash3
Scratcher
1000+ posts

New Blocks!

chickenboy11 wrote:

A new block idea, that might help that I thought of is for pen.

Set color to (red) (blue) (green)
so insted of
set pen color to [#ff0088]

I thought this would work well
Extreme support. I can't find a way to set a certain color.
Also please don't create long lines of emojis. According to the wiki, they cause glitches. No offense.

chickenboy11 wrote:

Example:
set pen color to [#ff0088](red) (blue) (green)

Except not red
I think you might want
set pen color to [red v]::pen
set pen color to [blue v]::pen
set pen color to [green v]::pen
instead.
[scratchblocks]
set pen color to [red v]::pen
set pen color to [blue v]::pen
set pen color to [green v]::pen
[/scratchblocks]
Maybe also orange, yellow, purple, brown, black, white, gray, and pink?
gdpr533f604550b2f20900645890
Scratcher
1000+ posts

New Blocks!

monstermash3 wrote:

Extreme support. I can't find a way to set a certain color.
Also please don't create long lines of emojis. According to the wiki, they cause glitches. No offense.
I think you might want
set pen color to [red v]::pen
set pen color to [blue v]::pen
set pen color to [green v]::pen
instead.
[scratchblocks]
set pen color to [red v]::pen
set pen color to [blue v]::pen
set pen color to [green v]::pen
[/scratchblocks]
Maybe also orange, yellow, purple, brown, black, white, gray, and pink?
I think chickenboy11 was talking about the RGB values.
DaSpudLord
Scratcher
1000+ posts

New Blocks!

Chibi-Matoran wrote:

I think chickenboy11 was talking about the RGB values.
^^^
Support for this-
set color to r: () g: () b: ()::pen
Zekrom01
Scratcher
1000+ posts

New Blocks!

Support for
set pen [red v] to (insert slider here ::grey) ::pen //other dropdown options are green and blue
gamebeater187
Scratcher
1000+ posts

New Blocks!

DaSpudLord wrote:

Chibi-Matoran wrote:

I think chickenboy11 was talking about the RGB values.
^^^
Support for this-
set color to r: () g: () b: ()::pen
^^^
stickfiregames
Scratcher
1000+ posts

New Blocks!

define set pen color to r: (r) g: (g) b: (b) a: (a) // a is transparency, all numbers are from 0 to 255
set pen color to(((((((a) * (256)) + (r)) * (256)) + (g)) * (256)) + (b))

define set pen color to #(hex) // hex is a string input to enter the hex code for a colour
set pen color to (join [0x] (hex))

In both these workarounds, you have to use the version of “set pen color to” with a colour picker, not the one with a number slot. You then put the reporter into the colour slot.

Still support.
wizard192
Scratcher
100+ posts

New Blocks!

DaSpudLord wrote:

Chibi-Matoran wrote:

I think chickenboy11 was talking about the RGB values.
^^^
Support for this-
set color to r: () g: () b: ()::pen
Support

Powered by DjangoBB