Discuss Scratch

sudhamurty
Scratcher
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
Scratcher
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
Scratcher
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.
Okaymom2
Scratcher
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
clear
this block clears all the pen drawings in a project. this is one way to use it:
whenclickedclear

pendown

this block allows you to draw while the pen is moving. here is an example:
whenclickedpendownglide7secstox:19y:28

so these are some of the most important pen blocks. Enjoy your time on scratch!
sudhamurty
Scratcher
2 posts

How do I use pen tool

Thanks!
GarbageGame
Scratcher
7 posts

How do I use pen tool

It depends what you wanna use it for…
For example if you wanna use it for drawing say a heath bar, this code will help…
gotox:-100y:-100repeatuntilhealth=0clearsetpencolortopendownpointindirection90move100stepsmove-100stepssetpencolortomovehealthstepspenupmove0-healthsteps
And have the player sprite run this script like this in parallel
foreveriftouchingenemy?thenchangehealthby-1



Sorry if it wasn't relevant…
help_with_scripts
Scratcher
100+ posts

How do I use pen tool

sudhamurty wrote:

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?
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.
Thedwarfplanets
Scratcher
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

Powered by DjangoBB