[Newbies] Programmatically manipulating the mouse

Bert Freudenberg bert at freudenbergs.de
Thu Sep 11 09:48:37 UTC 2008


Am 11.09.2008 um 11:33 schrieb Aidan Gauland:

> Hello,
>
> Earlier today I was trying to figure out how to manipulate the mouse  
> by sending messages to ActiveHand.  I tried using  
> HandMorph>>position: (did I write that correctly?), but it did  
> nothing.  What I evaluated in a workspace was "ActiveHand position:  
> (40 at 35)" (and a few variants on that to be sure I got the syntax  
> right).  If it helps anyone give advice, what I'm try
> ing to do is create a class to give the mouse inertia.


Morphic supports multiple hands. You should not manipulate the user's  
hand but a secondary one. See for example HandMorphForReplay.
- Bert -




More information about the Beginners mailing list