<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>I was embedding one morph inside another and I then i hit the "make own class" menu option, it made me a class that subclassed imagemorph class , made sense. But of course the new class had not the embedded morphs. I see that all a morph is doing is to have a instance variable submorphs and stores there which morphs are embedded. So I was wondering if it was possible instead of subclassing from the ImageMorph class to subclass from my actual object ImageMorphxxx , so that submorphs instance variable to become a class variable and then new class to have embedded all the sub moprhs.&nbsp;</div><div><br></div><div>Is that possible or am I talking non sense here ?&nbsp;</div><div><br></div><div>All i want is my new class to come embedded with all its submorphs. Because as it is , its just anempty class.&nbsp;</div></div></body></html>