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)
Offline
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
[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)
Offline