Discuss Scratch

Invisible_Factory
Scratcher
500+ posts

Pen reporters (5 supporters)

You know how there's these reporters in the look section?
(costume #)
(backdrop name)
(size)
And other reporters in other sections like:
(x position)
(y position)
(direction)
(volume)
(tempo)
(answer)
(loudness)
(timer)
(video [ v] on [ v])
(current [ v])

All of these reporters have a tick mark box in the editor.
My suggestion is to have another one of these in the editor
(pen size :: pen)
with a tick mark box next to it. The only blocks related to pen thickness are:
change pen size by () // Can't detect thickness, but changes it

set pen size to () // What if you had a perfect thickness size?
I think this would be something useful.
Supporters:
pvz_pro
Sheep_tester
alexphan
happyland440
Scratcher1002
Non-Supporters:

Semi-Supporters:

Last edited by Invisible_Factory (Feb. 17, 2016 02:11:28)


Currently, I have ~860 posts.
I am a scratcher who used to be really active on the forums 5 or 6 years ago, I basically quit scratch since then but I still check out the website from time to time. Do not expect asap replies because scratch is really at the back of my head

pvz_pro
Scratcher
500+ posts

Pen reporters (5 supporters)

you can make it green by typing this

pen size::pen reporter
pen size::pen reporter
And they are called reporters, not booleans.

Anyway, support.

if you are reading this, ok
Sheep_tester
Scratcher
500+ posts

Pen reporters (5 supporters)

It's called a reporter, booleans only return “0” or “1”
Support and also for
(pen color :: pen) // reports the color in decimal

The above post was most likely written by a sheep. Advertisements:
dude341
Scratcher
1000+ posts

Pen reporters (5 supporters)

Sheep_tester wrote:

It's called a reporter, booleans only return “true” or “false”
Support and also for
(pen color :: pen) // reports the color in decimal
Fixed.

Placeholder
Invisible_Factory
Scratcher
500+ posts

Pen reporters (5 supporters)

Ok, I'll change the post with your suggestions.

Currently, I have ~860 posts.
I am a scratcher who used to be really active on the forums 5 or 6 years ago, I basically quit scratch since then but I still check out the website from time to time. Do not expect asap replies because scratch is really at the back of my head

alexphan
Scratcher
1000+ posts

Pen reporters (5 supporters)

Support for
(pen size :: pen)
and
(pen color :: pen)
(pen shade :: pen)
even though nobody uses pen shade
happyland440
Scratcher
1000+ posts

Pen reporters (5 supporters)

Support.

Primary PC: AMD Ryzen 7 2700, NVIDIA Geforce GTX 1070 (EVGA FTW Hybrid), 16GB Trident Z RGB DDR4, ASUS X470-I, Corsair 280X, running at 1920x1080 144hz

Laptop: Intel Core i7 4700MQ, NVIDIA Geforce GT 740M, 12GB of ram, 1600x900 resolution, running Ubuntu 16.10 in VirtualBox 4096MB RAM.
Scratcher1002
Scratcher
1000+ posts

Pen reporters (5 supporters)

alexphan wrote:

Support for
(pen size :: pen)
and
(pen color :: pen)
(pen shade :: pen)
even though nobody uses pen shade
Sheep_tester
Scratcher
500+ posts

Pen reporters (5 supporters)

alexphan wrote:

(pen color :: pen)
(pen shade :: pen)
even though nobody uses pen shade
What color will the pen color return? A number from 0-199 as used in this block:
set pen color to (0)
or a number from 0-16777215 as used in this block:
set pen color to [#ff0088]

The above post was most likely written by a sheep. Advertisements:
Pezd
Scratcher
100+ posts

Pen reporters (5 supporters)

Support, but maybe just have a dropdown menu.

(pen [size v]:: pen)

Check out my four newest projects!

Invisible_Factory
Scratcher
500+ posts

Pen reporters (5 supporters)

Pezd wrote:

Support, but maybe just have a dropdown menu.

(pen [size v]:: pen)
Maybe. Although I almost forgot about this, this was from 14 months ago! Try not to necropost next time.

Currently, I have ~860 posts.
I am a scratcher who used to be really active on the forums 5 or 6 years ago, I basically quit scratch since then but I still check out the website from time to time. Do not expect asap replies because scratch is really at the back of my head

Forum_Helper1
New to Scratch
500+ posts

Pen reporters (5 supporters)

Invisible_Factory wrote:

Pezd wrote:

Support, but maybe just have a dropdown menu.

(pen [size v]:: pen)
Maybe. Although I almost forgot about this, this was from 14 months ago! Try not to necropost next time.
It's OK to do this, and is not considered nercroposting, if the topic is still relevant. If ST hasn't yet rejected or implemented the feature into scratch, then it is likely still relevant.
Thanks!
-FH1

Last edited by Forum_Helper1 (March 30, 2017 01:21:23)


Warning: Complicated, and mind blowing.
Zeno's Paradox: I can prove you can't get anywhere. Before you get from where you are to where you wish to go, you first have to go halfway to the endpoint. From there, you go half of the remaining way. And halfway, on and on, but you can never reach your goal, because there will always be the smallest fraction of space you haven't gone through.
I can also prove you can't move. Similar to the above, I will use the same principals to prove you can't move. We already know that to get to your destination, you must first go halfway. In addition, before you get to the halfway point, you must first go halfway to the halfway point. And then before you get there, you must first go halfway. And on and on, you get smaller and smaller fractions of space you must first travel to. You can never move away from where you are.
Go here for more paradoxes!! Wow, this is a long sig. Bring the semicolon back to life! I'm a New Scratcher with 500+ posts!
StrangeMagic32
Scratcher
1000+ posts

Pen reporters (5 supporters)

I would like to see pen reporters in scratch, it would help people know where the pen currently is at on all values. Which can add much more opportunities for creativity

e.g.
(pen [color v]::pen) //color, saturation, brightness, transparency, size, RGB value, hex value

when green flag clicked
forever
if <(pen [size v]::pen) > [100]> then
say [that is too big.]
set pen size to (100)
say [] for (0) secs
end
end

Last edited by StrangeMagic32 (Feb. 13, 2019 14:23:23)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
XayCraft360
Scratcher
100+ posts

Pen reporters (5 supporters)

Support, because with the workaround, what if you do something like:

change pen color by (pick random (1) to (200))

Then, how would the workaround work?

<Insert copy of NilsTheBest's OLD uncreative copy of adsuri's uncreative copy of Wahsp's uncreative copy of -ShadowOfTheFuture's- uncreative signature here>

I AM NO LONGER ON SCRATCH
StrangeMagic32
Scratcher
1000+ posts

Pen reporters (5 supporters)

XayCraft360 wrote:

Support, because with the workaround, what if you do something like:

change pen color by (pick random (1) to (200))

Then, how would the workaround work?
you could do
change [pen color v] by (pick random (1) to (200))
set pen color to (pen color)
but thanks for the support!

Last edited by StrangeMagic32 (Dec. 17, 2018 22:17:52)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
powercon5
Scratcher
1000+ posts

Pen reporters (5 supporters)

Just so you know in 3.0 it's now
colour
saturation
brightness
transparency
I think all these sorts of values should just have an inbuilt reporter to be honest. Sure, the work around is technically easy, but it's a bit messy and easy to accidentally mess up.



Witty signature.





-ShadowOfTheFuture-
Scratcher
1000+ posts

Pen reporters (5 supporters)

Support! This would be pretty helpful.

Maybe there could just be one block with a dropdown?

(pen [color v] :: pen) // dropdown includes color, size, shade, transparency, RGB value, hex value

Last edited by -ShadowOfTheFuture- (Dec. 18, 2018 01:00:25)


<Insert uncreative signature here>









██       ██  ██            ██  ██       ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
███ ███ ██ ████ ██ ███ ███
█████████ █████ █████ █████████

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
StrangeMagic32
Scratcher
1000+ posts

Pen reporters (5 supporters)

-ShadowOfTheFuture- wrote:

Support! This would be pretty helpful.

Maybe there could just be one block with a dropdown?

(pen [color v] :: pen) // dropdown includes color, size, shade, transparency, RGB value, hex value
Yeah, that's definitely better than 3 separate blocks xD


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
StrangeMagic32
Scratcher
1000+ posts

Pen reporters (5 supporters)

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
StrangeMagic32
Scratcher
1000+ posts

Pen reporters (5 supporters)

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter

Powered by DjangoBB