Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
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...