Discuss Scratch

Mr_Cool101
Scratcher
21 posts

Help WANTED! How do I make the pen tool curve nicely!

On my project when I press down and move the cursor real fast it just makes angles, not curves. PLEASE HELP!
Clich here for game!
awesome-llama
Scratcher
1000+ posts

Help WANTED! How do I make the pen tool curve nicely!

If you use a single “go to” block rather than 2 that set the coordinates individually, you'll get lines that can go diagonally.

Basically…

do this
go to x: (mouse x) y: (mouse y)
or this
go to [mouse pointer v]

instead of this
set x to (mouse x)
set y to (mouse y)


Mr_Cool101
Scratcher
21 posts

Help WANTED! How do I make the pen tool curve nicely!

Thanks!
Nin100GameronScratch
Scratcher
100+ posts

Help WANTED! How do I make the pen tool curve nicely!

You can hold down Shift while drawing, and it will straighten all of your lines and curve them when needed.

Nin100Gamer

My PROfile

Hope you all have a great day!

cecode
Scratcher
24 posts

Help WANTED! How do I make the pen tool curve nicely!

You could do something like << Pen Down >> << Turn 1 degree >> << Move 1 Step >> Then you could make it all go into a forever block.
Guest_102233
Scratcher
100+ posts

Help WANTED! How do I make the pen tool curve nicely!

Nin100GameronScratch wrote:

You can hold down Shift while drawing, and it will straighten all of your lines and curve them when needed.
I believe this is for the pen extension.

| My Profile | Highlight my entire signature and press CTRL+SHIFT+Down to scroll down long signatures |
To make your signature (like this), go here: https://scratch.mit.edu/discuss/settings/PutYourUsernameHere/


if <<quick? :: #965B01> and <dog <lazy? ::  #965B01> :: #984723>> then
jump over x:( dog (x):: #984723) y:(dog(y):: #984723):: #112233
end

Powered by DjangoBB