April 25, 2013
2 p.m.
You have to subclass TransferMorph I may have an example somewhere (Actually I have the example running in an old image, I update the code and send it to you :) ) Ben On Apr 25, 2013, at 3:08 PM, Zeeshan Ansari <zeeshan.k.ansari@gmail.com> wrote:
Hi All, I want to connect two morphs with a line for a UML editor application I'm working on. I want to show the line being created as the user moves the mouse from the source morph to the target morph. Once the mouse is over the target morph and the mouse released, the line should be created.
Can someone explain how I would go about doing this. Which events would I need to capture, etc.
Thanks.