Login  Register

Re: Moving the HandMorph

Posted by Ben Coman on May 12, 2015; 3:36pm
URL: https://forum.world.st/Moving-the-HandMorph-tp4826025p4826031.html

A bit extreme, but you could open World >> Tools >> Process Browser and notice "Input Event Fetcher" then put a "self haltOnce" in InputEventFetcher>>signalEvent: and trace through.

Or maybe have a look at HandMorphForReplay in 
http://forum.world.st/ANN-EventRecorderMorph-Port-to-3-0-td4736258.html
(disclaimer, I haven't got around to having a look at this myself yet)

cheers -ben

On Tue, May 12, 2015 at 11:40 PM, Matthieu Lacaton <[hidden email]> wrote:
Hello everybody,

Is there a way to move the position of the cursor (the HandMorph) by passing commands to it ?

I tried things like "ActiveHand position:" or "ActiveHand moveToEvent:" but nothing worked for me.

Thanks,

Matthieu