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

#1 2007-11-08 18:12:12

funkymonkey
Scratcher
Registered: 2007-06-03
Posts: 1000+

help me with the pen tool!

i dont mean the pen tool when drawing a sprite or anything, i mean the pen tool that makes it so someone can draw in your project. whenever i use the blocks
[blocks]<pen down> or <pen up> [/blocks] it won't stop drawing when i press the green flag! (if this is to confusing to help with, tell me and i'll show you or try to explain better)


http://i243.photobucket.com/albums/ff67/hprules_photos/banner2.jpg
Kuzimu: Dawn of a New Age                                                                                                  Coming May 2010

Offline

 

#2 2007-11-09 01:08:15

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: help me with the pen tool!

Add a "pen up" command after the "when green flag clicked" to make sure the pen is up (not writing) when the sprite starts.

Offline

 

#3 2007-11-09 18:53:19

relyt12101
Scratcher
Registered: 2007-05-19
Posts: 500+

Re: help me with the pen tool!

[blocks]
<when green flag clicked>
<pen up>
<forever>
<if><mouse down?>
<go to[ mouse pointer ]
<pen down>
<else>
<pen up>
<end>
[/blocks]

This is a simple script I use for all my painting projects.

Last edited by relyt12101 (2007-11-09 18:54:09)


http://img392.imageshack.us/img392/2860/pspbanneregg089deiy0.png

Offline

 

Board footer