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

#1 2008-11-25 17:10:56

tcam
Scratcher
Registered: 2008-11-05
Posts: 8

Need Help?

If you need help on ANY scratch block, ask me and ill look it up
  cool

Offline

 

#2 2008-11-28 08:46:19

madllamacheese
Scratcher
Registered: 2008-11-28
Posts: 1

Re: Need Help?

um... my question is:

if i have a sprite and i want to make so if i click on it and drag it it will leave a line behind (pen)?
[blocks]<pen down>[/blocks]

Offline

 

#3 2009-01-19 05:32:15

tcam
Scratcher
Registered: 2008-11-05
Posts: 8

Re: Need Help?

<<when green flag clicked><if><touching[ tiny white dot<pen down><end>


put a tiny white that you'll know that the sprite will touch( i think)

Offline

 

#4 2009-01-20 03:41:50

onedudeuk
Scratcher
Registered: 2009-01-11
Posts: 100+

Re: Need Help?

Hi

I can only think of doing it by making it follow your mouse when you press a button.

[blocks]
<when[ space ]key pressed>
<pen down>
<point in direction( mouse pointer )>
<move( 5 )steps>

Last edited by onedudeuk (2009-01-20 03:42:15)


http://i.imgur.com/1FaX3.gif
http://i.imgur.com/yu0s1.gif

Offline

 

#5 2009-01-20 06:31:50

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

Re: Need Help?

madllamacheese wrote:

um... my question is:

if i have a sprite and i want to make so if i click on it and drag it it will leave a line behind (pen)?
[blocks]<pen down>[/blocks]

Just make sure the sprite is set so that it can be dragged (click on the little padlock symbol just to the right of the sprite name near the center top of the Scratch screen).  Then, use the Green Flag and Pen Down block to put the pen down.  Whenever the sprite is dragged it will leave a line behind - if you are running in Presentation Mode or Online.  In Development mode, you won't see the line.  Hope that helps.

In Development mode, all sprites are draggable so you can build the project. Things work a bit differently there.  To really see how the project is going to work, you have to run it in Presentation Mode (full screen mode).


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

Offline

 

Board footer