'From Squeak3.8 of ''5 May 2005'' [latest update: #6665] on 9 March 2010 at 8:58:52 am'! Workspace subclass: #WonderlandQuickReference instanceVariableNames: 'myTextEditor' classVariableNames: 'HelpText' poolDictionaries: '' category: 'Balloon3D-Wonderland-Morphs'! !WonderlandQuickReference commentStamp: '' prior: 0! A quick reference for wonderland.! !WonderlandQuickReference methodsFor: 'accessing' stamp: 'jsp 4/20/1999 12:12'! contents "Return the help text" ^ HelpText. ! ! !WonderlandQuickReference methodsFor: 'accessing' stamp: 'jsp 4/20/1999 12:10'! getMorph "Returns the text editor morph" ^ myTextEditor. ! ! !WonderlandQuickReference methodsFor: 'initialize-release' stamp: 'jsp 8/21/1999 16:34'! initialize "Create a modified workspace as our script editor" super initialize. myTextEditor _ (PluggableTextMorph on: self text: #contents accept: #acceptContents: readSelection: nil menu: #codePaneMenu:shifted:). myTextEditor name: 'Quick Reference'. myTextEditor scrollBarOnLeft: false. myTextEditor retractable: false. myTextEditor extent: 500@350. myTextEditor color: (Color r: 0.815 g: 0.972 b: 0.878). ! ! "-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- "! WonderlandQuickReference class instanceVariableNames: ''! !WonderlandQuickReference class methodsFor: 'class initialization' stamp: 'jsp 4/20/1999 13:52'! initialize "Initialize the help text." HelpText _ 'This Quick Reference tab lists the basic commands and command combinations. Names in every Wonderland: scene - the scene containing all the actors scheduler - the animation scheduler camera - the default camera cameraWindow - the morph the default camera renders into ground - the ground plane w - the Wonderland WonderlandActors ===================== This section lists the commands for actors broken down by category. Movement ------------ Useful constants: direction: left, right, up, down, forward, back duration: rightNow, eachFrame style: gently, abruptly, beginGently, endGently position: asIs location: onTopOf, below, beneath, inFrontOf, inBackOf, behind, toLeftOf, toRightOf, onFloorOf, onCeilingOf move: move: distance: move: distance: move: distance: duration: move: distance: duration: style: