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
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to