[Newbies] Help with pen stuff

2012-06-05 Thread OrgmiGeek
In my spare time I decided to rite a simple paint program! I have encountered some problems: #1 does paint stuff work in the BorderedMorph category? #2 how would you make the program draw where your mouse pointer is? I think you do it like: myPen goto: 200@200. but more like: myPen goto:

Re: [Newbies] Help with pen stuff

2012-06-05 Thread K. K. Subramaniam
On Tuesday 05 Jun 2012 2:46:17 AM OrgmiGeek wrote: In my spare time I decided to rite a simple paint program! Welcome to Squeak! Have you read the blog: http://billkerr2.blogspot.in/2007/09/morphic-etoys-is-superior-graphical.html John Maloney's article in the reference listed therein is an

Re: [Newbies] Help with pen stuff

2012-06-05 Thread K. K. Subramaniam
On Tuesday 05 Jun 2012 2:46:17 AM OrgmiGeek wrote: In my spare time I decided to rite a simple paint program! Welcome to Squeak! Have you read the blog: http://billkerr2.blogspot.in/2007/09/morphic-etoys-is-superior-graphical.html John Maloney's article in the reference listed therein is an

Re: [Newbies] Help with pen stuff

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 11:46, OrgmiGeek wrote: In my spare time I decided to rite a simple paint program! I have encountered some problems: #1 does paint stuff work in the BorderedMorph category? With a Pen you paint on a Form (which is an picture object holding pixels). To display a Form in