links to this page:
Creating a Morph
Morph class hierarchy
ImageMorph
Swiki Page List
SketchMorph
Last updated at 2:56 pm UTC on 16 January 2006
A SketchMorph is a
Morph
.
To create a new SketchMorph from a file:
(SketchMorph fromFile: aFileName) openInWorld
To create a new SketchMorph from a user selected part of the
Display
:
(SketchMorph withForm: Form fromUser) openInWorld
see also:
FAQ: Difference between SketchMorph and ImageMorph
SketchMorph is effectively obsolete. Use
ImageMorphs
instead.
Add more info here please...