Or maybe have a look at HandMorphForReplay in��http://forum.world.st/ANN-EventRecorderMorph-Port-to-3-0-td4736258.html
MatthieuThanks a lot,Okay.That was 2 years ago so I was wondering if something had changed since then but apparently not.2015-05-12 17:51 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:2015-05-12 17:40 GMT+02:00 Matthieu Lacaton <matthieu.lacaton@gmail.com>:Hello everybody,Is there a way to move the position of the cursor (the HandMorph) by passing commands to it ?Not that I know of. There was a primitive for setting the cursorposition, but that was removed:
http://bugs.squeak.org/view.php?id=7756
https://pharo.fogbugz.com/default.asp?10026
http://forum.world.st/Changing-mouse-position-from-Pharo-td4676580.html
��MatthieuThanks,I tried things like "ActiveHand position:" or "ActiveHand moveToEvent:" but nothing worked for me.