[Newbies] Help with pen stuff

K. K. Subramaniam kksubbu.ml at gmail.com
Tue Jun 5 12:47:23 UTC 2012


On Tuesday 05 Jun 2012 4:04:21 PM david tennant wrote:
> > >The 'mouse' is known as ActiveHand, so you would program it thusly:
> > >      myPen goto: ActiveHand x @ ActiveHand y.
> 
> thanks this is exactly what I want. and for my first question can I use
> this stuff when I make a class of bordered morph.
goTo: method is for pens. Use position: method for morphs:

     myMorph position: ActiveHand position.

John's article is about 38 pages and so fascinating that you may want to print 
it and read it leisurely.

HTH .. Subbu


More information about the Beginners mailing list