This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-09-21 19:52:06

nikolas555
Scratcher
Registered: 2008-08-23
Posts: 5

I need help ppl plz help

<pen down>  idk how to make paint projects were u press down and it paints but i know pen down makes u paint and stuff

Offline

 

#2 2008-09-21 22:14:48

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: I need help ppl plz help

Right...when the pen is down, a line will be painted wherever the sprite goes.  So, if you want the line to go where the mouse goes, just setup a Forever loop that positions the sprite at the mouse. 

I have a gallery of different paint projects...you can take a look and see how others have done it.

http://scratch.mit.edu/galleries/view/17444


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#3 2008-09-22 11:52:05

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: I need help ppl plz help

to extend on what paddle2see said, one you have the forever loop make a new script like this:[blocks]
<when green flag clicked>
<forever>
  <if><mouse down?>
  <pen down>
  <else>
  <pen up>
  <end>
<end>

Last edited by yambanshee (2008-09-22 11:52:45)

Offline

 

Board footer