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

#1 2007-12-31 11:33:58

Jman720
Scratcher
Registered: 2007-11-27
Posts: 1000+

How To make....

I cannot figure out how to make a painting project.  Can Anyone Help me?


Solve for x
2+3+2+(-9)+1x+2x=7

Offline

 

#2 2007-12-31 11:45:40

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

Re: How To make....

make a sprite that is a pen or whatever, and use this script:
<when green flag clicked>
<clear>
<set pen size to( number
<set pen color to( color
<forever>
<if><mouse down?>
<pen down>
<end>
<end>

<when green flag clicked>
<forever>
<go to[ mouse pointer
<end>

i think this works... [/blocks]

Last edited by funkymonkey (2007-12-31 11:48:08)


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

Offline

 

#3 2007-12-31 12:38:13

Jman720
Scratcher
Registered: 2007-11-27
Posts: 1000+

Re: How To make....

thanks


Solve for x
2+3+2+(-9)+1x+2x=7

Offline

 

#4 2007-12-31 13:31:02

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

Re: How To make....

funkymonkey, you forgot to have a "pen up" command also.

Offline

 

Board footer