home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Pascal / Games / Showwit! 1.0 / source code / Project and Resource / Showwit.bh next >
Encoding:
Text File  |  1996-02-14  |  3.3 KB  |  125 lines  |  [TEXT/ttxt]

  1. #****************************************************
  2. #
  3. #        Showwit.bh
  4. #
  5. #        Balloon Help file for the Showwit application.
  6. #
  7. #        Revision History:
  8. #
  9. #        Version:    0.10 for TCL 1.1.2 and SAT 2.3b4
  10. #        Date:             29 December 1995
  11. #        Author:        Patrick C Hew     <phew@ucc.gu.uwa.edu.au>
  12. #        Notes:            Alpha version .
  13. #
  14. #        Version:    0.90b2 for TCL 1.1.2 and SAT 2.3b4
  15. #        Date:             5 February 1996
  16. #        Author:        Patrick C Hew     <phew@ucc.gu.uwa.edu.au>
  17. #        Notes:            Beta version .
  18. #
  19. #        Version:    1.0 for TCL 1.1.2 and SAT 2.3b4
  20. #        Date:             16 February 1996
  21. #        Author:        Patrick C Hew     <phew@ucc.gu.uwa.edu.au>
  22. #        Notes:            First release .
  23. #
  24. #****************************************************}
  25.  
  26. # No string resource specified. Use the default.
  27.  
  28. #****************************************************}
  29. #
  30. # File Menu
  31. #
  32. #****************************************************}
  33.  
  34. MENU 2 File
  35.  
  36. 0.enabled    File Menu.¬¬Use this menu to work with levels files.
  37.  
  38. 1.enabled    Open a levels file.
  39. 1.disabled Open a levels file. Not available because you are currently playing.
  40.  
  41. 2.enabled    Use the levels which are included with the Showwit! application.
  42. 2.disabled    Use the levels which are included with the Showwit! application. Not available either because they are already loaded, or because you are currently playing.
  43.  
  44. # separator
  45.  
  46. 4.enabled    Clears the names and associated statistics from the current set of levels.
  47. 4.disabled    Clears the names and associated statistics from the current set of levels. Not available because you are currently playing.
  48.  
  49. # separator
  50.  
  51. 6.enabled Don't quit now! You just got started!!
  52.  
  53. END-MENU
  54.  
  55.  
  56. #****************************************************}
  57. #
  58. # Edit Menu
  59. #
  60. #****************************************************}
  61.  
  62. MENU 3 File
  63.  
  64. 0.enabled    Edit Menu.¬¬You can use this menu when entering your name as a best player.
  65.  
  66. END-MENU
  67.  
  68.  
  69. #****************************************************}
  70. #
  71. # Game Menu
  72. #
  73. #****************************************************}
  74.  
  75. MENU 4 Game
  76.  
  77. 0.enabled    Game Menu.¬¬Use this menu to control the gameplay.
  78.  
  79. 1.enabled    Start the level selected in the table.
  80. 1.disabled    Start a level. Not available because you have already begun.
  81.  
  82. 2.enabled    Stop playing this level.
  83. 2.disabled    Stop playing a level. Not available because you are not playing.
  84.  
  85. 3.enabled    Pause the game. When paused, the clock will stop and mouseclicks on the tiles will be ignored.
  86. 3.disabled    Pause a game. Not available because you are not playing.
  87.  
  88. 4.enabled    Resume play.
  89. 4.disabled    Resume play after pausing. Not available because the game is not paused.
  90.  
  91. # separator
  92.  
  93. 6.enabled    Turn on the tile flipping animation.
  94. 6.checked    Turn off the tile flipping animation.
  95.  
  96. 7.enabled    Turn on the sound.
  97. 7.checked    Turn off the sound.
  98.  
  99. 8.enabled    Change the picture behind the tiles.
  100. 8.disabled    Changes the picture to be revealed. Not available because no game is being played.
  101.  
  102. 9.enabled    Set the tiles to their initial state.
  103. 9.disabled    Sets the tiles to their starting state. Not available because no game is being played.
  104. # separator
  105.  
  106. 11.enabled    Displays instructions on how to play Showwit!
  107.  
  108. END-MENU
  109.  
  110.  
  111. #****************************************************}
  112. #
  113. # Application Help Menu
  114. #
  115. #****************************************************}
  116.  
  117. # MENU kHMHelpMenuID Help
  118. MENU -16490 Help
  119.  
  120. 1.enabled    Displays instructions on how to play Showwit!
  121.  
  122. END-MENU
  123.  
  124. END
  125.