[newbie] openInWorld

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Wed Nov 20 10:27:55 UTC 2002


On Wed, 20 Nov 2002, Stefan Champailler wrote:

> I was thinking of making a collection of  Morphs  moving in  a window.

| window |
window := PasteUpMorph new extent: 600 at 400.
10 timesRepeat: [
	| ant |
	ant := BlobMorph new
		position: (1 to: 550) atRandom @ (1 to: 350) atRandom.
	window addMorph: ant].
window openInWorld

-- Bert




More information about the Squeak-dev mailing list