Discuss Scratch

grhan21
Scratcher
17 posts

About the pen (question!)

When I draw, it is actually showing like tiny little dots… Can someone help me?
turkey3
Scratcher
1000+ posts

About the pen (question!)

What is your pen size? Also, are you continuously lifting the pen up or is it staying down?

Greenflam3
Scratcher
4 posts

About the pen (question!)

I find that most mouses skip around when you use them (I mean your computer mouse) you might want to set your pen drawing object to glide to mouse and not goto. also a bigger pen size might help, but slowing the movement down is key.
drmcw
Scratcher
1000+ posts

About the pen (question!)

Greenflam3 wrote:

I find that most mouses skip around when you use them (I mean your computer mouse) you might want to set your pen drawing object to glide to mouse and not goto. also a bigger pen size might help, but slowing the movement down is key.
No. As long as the pen is down then you will get a continuous line between points even using go to. As Turkey3 has suggested the only way to get dots would be flipping between pen ups and pen downs.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
Jeanette3
Scratcher
39 posts

About the pen (question!)

when green flag clicked
forever
if <mouse down?> then
go to [mouse-pointer]
pen down
set pen color to ()
end
end
Try this script.
Jeanette3
Scratcher
39 posts

About the pen (question!)

Jeanette3 wrote:

when green flag clicked
forever
if <mouse down?> then
go to [mouse-pointer]
pen down
set pen color to ()
end
end
Try this script.
Also, don't do this:
when green flag clicked
forever
if <mouse down?> then
go to [mouse-pointer]
pen down
set pen color to ()
pen up
end
end

Powered by DjangoBB