Important questions SAR and action on project opening

Bob Arning arning at charm.net
Wed Jan 8 12:00:56 UTC 2003


On Wed, 08 Jan 2003 09:37:20 +0100 Stephane Ducasse <ducasse at iam.unibe.ch> wrote:
>Is there a means to tells a project to execute a script at enter time?

Sure,

proj := (Project newMorphicOn: nil).
proj renameTo: 'CaroAndBot'.
WorldState addDeferredUIMessage: [BlobMorph new openInWorld].
proj enter.

Cheers,
Bob



More information about the Squeak-dev mailing list