On 06.04.2010, at 15:48, DeNigris Sean wrote:
Does anyone know how to simulate drag and drop?  I managed to pick up a morph via HandMorph attachMorph:, but I can't get the cursor to move (tried position: and a few others).

Thanks.

Sean DeNigris

How detailed do you need the simulation to be? In the end, dropping results in 

targetMorph addMorph: droppedMorph

- Bert -