<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2>I have made a morph and when I leftclick 
(red?)&nbsp;on it I want to make my own CustomMeny to appear.</FONT></DIV>
<DIV><FONT face=Arial size=2>Do I have to subclass Morph and override message: 
mouseDown: evt?</FONT></DIV>
<DIV><FONT face=Arial size=2>Or can I do it another way with the existing Morph 
class?</FONT></DIV>
<DIV><FONT face=Arial size=2>Or am I on the wrong "path"?</FONT></DIV>
<DIV><FONT face=Arial size=2>The reason that I do not want to subclass Morph is 
that it is a realy simple Morph and it feels unnessesary to make a new class 
just because I want to override one message.</FONT></DIV>
<DIV><FONT face=Arial size=2>Many thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2>Marcus</FONT></DIV></BODY></HTML>