Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I use pen tool
- sudhamurty
-
2 posts
How do I use pen tool
I joined scratch about a week ago and I found out a Pen tool in the extensions but I don't know how to use it. So how do we use the pen extension?
- SMKAS
-
500+ posts
How do I use pen tool
Pen down starts drawing, pen up stop. Clear removes all drawings. Stamp, is stamp, you make replica of the sprite on the backdrop(behind all the other sprites). To draw, clear first, pen down, move, pen up to end.
- deck26
-
1000+ posts
How do I use pen tool
There's a link to the wiki at the bottom of this page. It's a useful source of info.
Welcome to Scratch.
Welcome to Scratch.
- Okaymom2
-
100+ posts
How do I use pen tool
The pen tool is a useful way of drawing things. In the pen tool, there are several blocks. I will explain some of them
this block allows you to draw while the pen is moving. here is an example:
so these are some of the most important pen blocks. Enjoy your time on scratch!
this block clears all the pen drawings in a project. this is one way to use it:
this block allows you to draw while the pen is moving. here is an example:
so these are some of the most important pen blocks. Enjoy your time on scratch!
- GarbageGame
-
7 posts
How do I use pen tool
It depends what you wanna use it for…
Sorry if it wasn't relevant…
For example if you wanna use it for drawing say a heath bar, this code will help…And have the player sprite run this script like this in parallel
Sorry if it wasn't relevant…

- help_with_scripts
-
100+ posts
How do I use pen tool
Pen is a tool that lets you create temporary images on the screen. You can “draw” with it like a pen. Use stamp to “stamp” the sprite, and use pen up and down to control whether the pen makes lines or not. Erase all deletes everything. The best way to use the pen is with a designated sprite and motion blocks. When the pen is down, wherever the sprite goes, the pen will draw. You can also change the transparency, size, color, and brightness of the pen. Overall, it's only purpose is to draw graphics, but it has lots of possibilities if you know how to use it. I joined scratch about a week ago and I found out a Pen tool in the extensions but I don't know how to use it. So how do we use the pen extension?
- Thedwarfplanets
-
11 posts
How do I use pen tool
ok but how do i like make a drawing with a pen like if i use my mouse to draw smthing
- Discussion Forums
- » Help with Scripts
-
» How do I use pen tool