Discuss Scratch

JGames101
Scratcher
100+ posts

Pen is an Extension in Scratch 3?

I have been testing Scratch 3, and found that pen has been removed from the base scratch. However, it hasn't been completely removed, because it is still present as an extension.


Why is this? Is it only for testing, or has ST decided pen should not be part of the base Scratch?
Sheep_maker
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

That might be a good thing; that means extensions'll be able to do as much as what pen can do, and maybe more (eg a PTE extension). Since projects'll auto-load extensions, it opens up a wider range of possibilities.

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
infinitytec
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

Pen is not used a lot by new Scratchers, so the ST made it an extension to reduce the number of blocks that new Scratchers will feel they have to master. However, any extensions used in projects will automatically load with the project, so no compatibility will be broken.


Not here much, but sometimes I lurk.
God has a plan. He has a plan for everything, and everyone.
JGames101
Scratcher
100+ posts

Pen is an Extension in Scratch 3?

infinitytec wrote:

Pen is not used a lot by new Scratchers, so the ST made it an extension to reduce the number of blocks that new Scratchers will feel they have to master. However, any extensions used in projects will automatically load with the project, so no compatibility will be broken.

Makes sense.
TheUltimatum
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

The best part will be if they allow community created extensions. Think of the possibilities you'll have being able to mess with the renderer and the vm. Maybe we could make
<((1)+(2))=[4]>// true
finally.
CatIsFluffy
Scratcher
100+ posts

Pen is an Extension in Scratch 3?

Note and drum blocks are now in an extension.
coder39
Scratcher
41 posts

Pen is an Extension in Scratch 3?

That seems a bit confusing, though for Scratchers used to 2.0 and new scratchers, since it's a bit more difficult to get to.

when backdrop switches to [ Mcmurdo Station]
say [I'm home!!] for (pi) secs
290Scratcher
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

Yes, unfortunately it is.

somebody who makes pen projects for a living wrote:

NOOOOOOOO!!!!!!!!!!!! I DON'T WANNA SPEND AN EXTRA 10 SECONDS MAKING PEN PROJECTS!!!!!!!!
(lol) That will be everyone who makes pen projects for a living in Scratch 3.0. (not)

Moving on…

infinitytec wrote:

Pen is not used a lot by new Scratchers, so the ST made it an extension to reduce the number of blocks that new Scratchers will feel they have to master. However, any extensions used in projects will automatically load with the project, so no compatibility will be broken.
I agree with this.

This is my forum signature, here it's okay to… forget it, you've probably seen hundreds of these signatures before.
https://youtu.be/dQw4w9WgXcQ <— Click this funny and not suspicious link to get Scratch 4 early!

Joined at the age of 8 and somehow I'm still alive and decently semi-active on the forums.

(Reminder to take care of yourself and stay safe, the world is wild after all)

https://ecosia.org it's good trust me
herohamp
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

290Scratcher wrote:

Yes, unfortunately it is.

somebody who makes pen projects for a living wrote:

NOOOOOOOO!!!!!!!!!!!! I DON'T WANNA SPEND AN EXTRA 10 SECONDS MAKING PEN PROJECTS!!!!!!!!
(lol) That will be everyone who makes pen projects for a living in Scratch 3.0. (not)

It would take 2 minutes write a tampermonkey script to auto load pen
SimpleScratch
Scratcher
500+ posts

Pen is an Extension in Scratch 3?

Pen is not used a lot by new Scratchers, so the ST made it an extension to reduce the number of blocks that new Scratchers will feel they have to master.
A couple of points

I actually use Pen with Year 3 (7 yr olds) to draw squares,hexagons etc to learn looping

The concept of pens has been fundamental ever since Logo and I'd be very surprised that MIT think it doesn't deserve a place at the top table anymore

I'm hoping this is just being used as an example of how extensions can be loaded and Pen category is fully restored in final version

Last edited by SimpleScratch (Nov. 19, 2017 10:36:40)

frances2005
Scratcher
500+ posts

Pen is an Extension in Scratch 3?

I would rather having pen as it is now, but I rarely use it. I was thinking maybe in some toy stores in the electronics isle, or maybe in Best Buy or things like that they would have a Scratch Pen. The pen would be like a SmartBoard pen except it would be white and have rainbow stripes on it. There would be an adapter to hook up to your computer and on IPADS or kindle fires, or tablets, there would be a free app called ScratchPEN. You would download it and it would pop up. It would have to sense the pen, then you would have to hit a button, where the pen would move on its tip, and every time you moved your cursor, if the pen detects it, it will do what the cursor does. It is only a suggestion. But the blocks could be like this:

when green flag clicked
turn on pen::pen

when cursor is [(45) and (14)] ::pen hat
set pen color to [#1b56dc]
if <[45] < [14]> then
forever
pen up
turn off pen ::pen cap
end


else
stop [this script v]
end


★★★★★★★Welcome to Frances2005★★★★★★★★
No F4FSeason 2Proud owner of 100+ Beanie Boos700+ followers450+ Forum PostsOfficial Turtie HelperGame DeveloperSince 4/16/17
hello I don't go on here much anymore or at least for now..
credit to @SuperNautilus for stars,@SolarWind12 for colored text guide, and coolsymbol for symbols
tepylodi
New to Scratch
2 posts

Pen is an Extension in Scratch 3?

As someone who who helps teachers use Scratch to build mathematical understandings in their students, we use the pen tool a lot (using many ideas from LOGO).

I am concerned that using the pen as an extension adds one more complexity that then makes the math less accessible.

EPICPIKAGUY
Scratcher
100+ posts

Pen is an Extension in Scratch 3?

tepylodi wrote:

As someone who who helps teachers use Scratch to build mathematical understandings in their students, we use the pen tool a lot (using many ideas from LOGO).

I am concerned that using the pen as an extension adds one more complexity that then makes the math less accessible.


From what I’ve played around with, the pen blocks aren’t any more complicated than 2.0. And it only takes about 5 seconds to add to a project.
tepylodi
New to Scratch
2 posts

Pen is an Extension in Scratch 3?

EPICPIKAGUY wrote:

tepylodi wrote:

As someone who who helps teachers use Scratch to build mathematical understandings in their students, we use the pen tool a lot (using many ideas from LOGO).

I am concerned that using the pen as an extension adds one more complexity that then makes the math less accessible.


From what I’ve played around with, the pen blocks aren’t any more complicated than 2.0. And it only takes about 5 seconds to add to a project.

Once I discovered the Extension button (bottom left- looks like waves), the pen is easy.
mymultiextruder
New to Scratch
4 posts

Pen is an Extension in Scratch 3?

Bought a great beginners book to teach my kids Scratch, and most projects use “pen”, which no longer exists. Great.

I tried to create my own button, hoping it would pull it up, since it still exists… but it asked us to define the button, and we are literally on the very first project at the very beginning of learning anything. The kids are frustrated, and this thread about the problem to try and find the answer just talks about how literally easy it is to fix, and offers no fix.

Just an observation to point out two things: The pen is a very established part of learning the program, and such an easy no brainer of a fix is not so obvious to those kids still on the first page.
SimpleScratch
Scratcher
500+ posts

Pen is an Extension in Scratch 3?

Unfortunately, all books that use step by step instructions can become out of date - especially when a new version of Scratch is launched

The pen blocks have not gone away - it just takes is two mouse clicks to make them available.

But I agree that using the a pen is a very established part of learning to program and was disappointed to see them being relegated to being an extension
jokebookservice1
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

mymultiextruder wrote:

Bought a great beginners book to teach my kids Scratch, and most projects use “pen”, which no longer exists. Great.

I tried to create my own button, hoping it would pull it up, since it still exists… but it asked us to define the button, and we are literally on the very first project at the very beginning of learning anything. The kids are frustrated, and this thread about the problem to try and find the answer just talks about how literally easy it is to fix, and offers no fix.

Just an observation to point out two things: The pen is a very established part of learning the program, and such an easy no brainer of a fix is not so obvious to those kids still on the first page.
Hi. I understand your frustration.

Click on the button in the bottom left (it looks like a couple of blocks stacked on top of each other, with a plus icon beside them). This will bring up a menu of different ‘extensions’. Find ‘Pen’ and select it. This will bring up the Pen blocks into the palette.

Last edited by jokebookservice1 (Jan. 15, 2019 22:45:50)

gtoal
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

Drove me crazy a couple of nights ago when I came back to Scratch to knock up a quick pen-based test program. First time I'd used the new interface, and I'd written half the code and then looked for the “move to” block and ?!$%&!!

I'm not sure how I discovered the place to load pen extensions, it was many hours later and completely by accident.

Not too impressed. But I guess I'm not the target demographic so shouldn't complain. Just glad it's not gone altogether.

A related question: where are the extension blocks for accessing Raspberry Pi GPIOs? I can't see them there at all. Is there somewhere else I should be looking? Are the changes in this new Scratch 3 summarized anywhere for Scratch 2 users?


Graham
Jonathan50
Scratcher
1000+ posts

Pen is an Extension in Scratch 3?

gtoal wrote:

A related question: where are the extension blocks for accessing Raspberry Pi GPIOs? I can't see them there at all. Is there somewhere else I should be looking? Are the changes in this new Scratch 3 summarized anywhere for Scratch 2 users?
I don't think it exists at the moment. GPIO cannot be accessed directly by the web browser, but apparently they are planning to make a Raspberry Pi version of Scratch 3 (https://scratch.mit.edu/users/thisandagain/#comments-52560393) which will presumably include them.

Last edited by Jonathan50 (Jan. 17, 2019 07:12:21)


Not yet a Knight of the Mu Calculus.
josephchuang
Scratcher
93 posts

Pen is an Extension in Scratch 3?

Jonathan50 wrote:

gtoal wrote:

A related question: where are the extension blocks for accessing Raspberry Pi GPIOs? I can't see them there at all. Is there somewhere else I should be looking? Are the changes in this new Scratch 3 summarized anywhere for Scratch 2 users?
I don't think it exists at the moment. GPIO cannot be accessed directly by the web browser, but apparently they are planning to make a Raspberry Pi version of Scratch 3 (https://scratch.mit.edu/users/thisandagain/#comments-52560393) which will presumably include them.
But someone actually did connect raspberry PI to Scratch 3 making a controller! (Sorry I forgot where I found it… since its kinda 6weeks ago)





Powered by DjangoBB