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

#1 2012-06-10 06:26:52

chongyian
Scratcher
Registered: 2012-05-08
Posts: 1000+

pen

Can i have an example of a project that uses the pen function?

Offline

 

#2 2012-06-10 06:35:10

bluecat600
Scratcher
Registered: 2012-02-12
Posts: 500+

Re: pen


I gaze off into the boundless skyline, noteblock choirs playin in the sunshine, turn round pick up my sword and wield the blade that once forced evil mobs to yield, if this battle shall leave me slain, I know Herobrine still calls my name, better just take a stand, that was when I ruled the land.

Offline

 

#3 2012-06-10 07:12:36

PhirripSyrrip
Scratcher
Registered: 2012-02-11
Posts: 100+

Re: pen

***great advertising moment****
Click my signature. Also, This project and this project and this project and this project.

Some of them are MUCH more advanced than others.


http://i46.tinypic.com/ao03lk.png

Offline

 

#4 2012-06-10 07:48:08

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: pen

I have made an example of using the pen here. Download it and check out the scripts.  smile


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#5 2012-06-10 08:13:18

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: pen

Here's a physics project I made that uses only the pen:

http://scratch.mit.edu/projects/amcerbu/2277066

Offline

 

#6 2012-06-11 18:17:55

auntiechristine
Scratcher
Registered: 2012-05-23
Posts: 14

Re: pen

My "Circles out of Squares" project uses the pen:
http://scratch.mit.edu/projects/auntiechristine/2579220

Offline

 

#7 2012-06-11 18:22:23

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: pen


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#8 2012-06-21 08:11:38

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: pen

My latest project in my sig.  smile


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#9 2012-06-21 11:00:57

skippito
Scratcher
Registered: 2012-03-17
Posts: 100+

Re: pen

I have one. It uses pen to draw figures. To see it, click here.

Offline

 

#10 2012-06-22 01:11:12

sanjayraj
Scratcher
Registered: 2012-03-25
Posts: 500+

Re: pen

Well, there's a simple script here if you want to know how to make a pen drawing program. Here:

when gf clicked
forever
go to front
go to [mouse-pointer v]
when gf clicked
forever
if (mouse down?)
pen down
else
pen up

Last edited by sanjayraj (2012-06-22 01:12:54)


http://i46.tinypic.com/23sw40j.png

Offline

 

Board footer