home *** CD-ROM | disk | FTP | other *** search
Helm Multimedia Book | 1995-07-10 | 12.0 KB | 344 lines |
- MemoryBook
- Scott Nickerson
- 12-27-93
- on BookOpen
- begin
- global flag
- put "Press 'Start'" into textfield "Display"
- put false into flag
- put 5 into textfield "Skill"
- put "Easy" into textfield "SkillDisplay"
- set seed to seconds
- NewColor
- begin
- global index, lasti, flag
- put numtochar(65 + random(3)) into theButton
- put thebutton & space after textfield "History"
- put false into flag
- for n = 1 to index begin
- click on button (word n of textfield "History")
- play notes (word n of textfield "History")
- end
- put true into flag
- put index into lasti
- CheckColor
- begin
- global index, lasti, flag
- if flag is true begin
- if word index of textfield "History" is the name of me begin
- play notes (name of me)
- if index = lasti begin
- if index >= textfield "Skill" begin
- wait 2
- play notes "c6x d e f g a"
- put false into flag
- put "You got it!" into textfield "Display"
- for n = 1 to 15 begin
- // reward
- set the hsv of 0 to random(250), 255, 255
- play notes (60 + random(30)) & "x"
- delay 5
- set color 0 to black
- break
- wait 2
- add one to index
- NewColor()
- put zero into index
- add one to index
- else begin
- $// for wrong inputs
- play notes "c3"
- put "Wrong!" into textfield "Display"
- wait 2
- put false into flag
- for n = 1 to lasti begin
- click on button (word n of textfield "History")
- play notes (word n of textfield "History")
- put empty into textfield "History"
- put one into index
- put "Press 'Start'" into textfield "Display"
- end // flag
- else play notes the name of me
- CheckColor
- NewColor
- Press 'Start'
- Display
- Skill
- SkillDisplay
- index
- lasti
- History
- History
- History
- index
- lasti
- History
- Skill
- c6x d e f g a
- You got it!
- Display
- NewColor
- Wrong!
- Display
- History
- History
- History
- Press 'Start'
- Display
- New...
- Open...
- Make Copy...
- Streamline...
- Preferences...
- Workbench
- Help...
- About...
- Quit...
- Paste
- Clear
- Select All
- Cut Page
- Copy Page
- Colors
- Load...
- Save...
- Restore Colors
- Default Colors
- Brush Colors
- Image Colors
- Last Color Font
- Cycle
- Grid...
- Stop Sound
- Show All
- Unlock All
- Edit Form
- Share
- Next Page
- Previous Page
- First Page
- Last Page
- Backward
- Forward
- Last Book
- Browse...
- Autobrowse...
- Bookshelf
- New Page
- Delete Page
- New Form
- Load Form...
- Save Form...
- Image
- Load...
- Save...
- Capture...
- Clipboard
- Paste
- Spare
- Swap Frames
- Copy to Spare
- Merge in Front
- Merge in Back
- Delete Spare
- Frame
- Previous
- Delete
- Copy to All
- Color
- Remap
- Transparency
- Paper <-> Pen
- Paper -> Pen
- Count
- Vertical
- Horizontal
- Info...
- Brush
- Load...
- Save...
- Restore
- Clipboard
- Paste
- Color
- Remap
- Transparency
- Paper <-> Pen
- Paper -> Pen
- Center
- Corner
- Any Point
- Any Size
- Halve
- Double
- Halve Width
- Halve Height
- Double Width
- Double Height
- To PAL
- To NTSC
- Vertical
- Horizontal
- Shear
- Vertical
- Horizontal
- Rotate
- Any Angle
- Paint
- Matte
- Color
- Replace
- Smear
- Dissolve
- Spare
- Cycle
- Cycle 2
- Gradient
- Gradient 2
- Smudge
- Chaos
- Count
- Custom
- Dither
- Edges
- Object
- Load...
- Save...
- Bring to Front
- Send to Back
- Bring Closer
- Send Farther
- Group
- Ungroup
- Duplicate...
- Align...
- Info...
- Actions...
- Script...
- Load...
- Save...
- Plain
- Underline
- Italic
- Shadow
- Font...
- Spacing...
- Hypertext
- Actions...
- Script...
- Tools
- Coordinates
- Title Bar
- Palette
- Colors
- Patterns
- Paint Tools
- Paint Types
- Histogram
- Magnifier
- Messages
- Draw Tools
- Layers
- Pages
- Author
- Book...
- Form...
- Page...
- Display...
- Narrator...
- Hypertext...
- Resources...
- Effect...
- Effect Area
- topaz.fontGLOB
- fonts:Book23
- Work:Books/MathBook
- work:books/Simon.bkp
- GPAGE
- MemoryBook V1.0
- Eagle Tree Software
- Repeat the color and
- tone pattern by
- clicking on the
- colored buttons to
- the left.
- Press 'Start'
- Start
- Title
- skill
- Bookshelf
- About
- SkillDisplay
- Difficult
- Medium
- Display
- History
- %on SelectUp
- begin
- CheckColor()
- CheckColor
- %on SelectUp
- begin
- CheckColor()
- CheckColor
- %on SelectUp
- begin
- CheckColor()
- CheckColor
- %on SelectUp
- begin
- CheckColor()
- CheckColor
- on SelectUp
- begin
- global index, flag
- put empty into textfield "History"
- put one into index
- put true into flag
- put "Repeat this!" into textfield "Display"
- NewColor()
- index
- History
- Repeat this!
- Display
- NewColor
- 3on SelectUp
- begin
- go to the book "Bookshelf"
- Bookshelf
- eon SelectUp
- begin
- answer "Quit MemoryBook?" with "@NNo" or "~@YYes"
- if it is "Yes" then quit
- Quit MemoryBook?
- ~@YYes
- Hon SelectUp
- begin
- answer "MemoryBook V1.0\n\nEagle Tree Software"
- MemoryBook V1.0
- Eagle Tree Software
- hon SelectUp
- begin
- put 5 into textfield "Skill"
- put the name of me into textfield "SkillDisplay"
- Skill
- SkillDisplay
- ion SelectUp
- begin
- put 15 into textfield "Skill"
- put the name of me into textfield "SkillDisplay"
- Skill
- SkillDisplay
- ion SelectUp
- begin
- put 10 into textfield "Skill"
- put the name of me into textfield "SkillDisplay"
- Skill
- SkillDisplay
- ion SelectUp
- begin
- put 20 into textfield "Skill"
- put the name of me into textfield "SkillDisplay"
- Skill
- SkillDisplay
-