home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / bus / casino.do < prev    next >
Text File  |  2006-10-19  |  3KB  |  81 lines

  1.      CASINO.DOC  by Don Zeikel 75775,1430
  2.  
  3.      This is the companion file to CASINO.CA.  It includes instructions on how 
  4. to download the program.
  5.  
  6.      To run CASINO.CA, you MUST have a Lucid ROM installed and operating on 
  7. your Model 100.  For purposes of these instructions, I will assume that you 
  8. have learned the basics of running a program on Lucid.
  9.  
  10.      You also must have the program CHANGE.BA by Rick Perry, from DL4.
  11.  
  12.      CASINO.CA has three separate programs built into one .CA sheet:
  13.  
  14.        1) An Executive Decision Maker.
  15.            A simple "Yes/No" picker.
  16.  
  17.        2) A pair of dice.
  18.            They roll and the total is
  19.            printed out.
  20.  
  21.        3) A roulette layout.
  22.             Very elementary (No black/
  23.             red or "0" and "00"), but it
  24.             selects a number, marks it
  25.             with a "%", and prints it.
  26.  
  27.      This program has a few good points:
  28.        1)  The directory at A1 makes use of the "bounce" feature; several 
  29. programs can be moved to with the ">" command, and a second press of the ">" 
  30. returns you to the directory.
  31.  
  32.        2)  All three programs make use of the TBL feature.
  33.  
  34.        3)  Since I didn't use "$" on any of the cell references, the three 
  35. programs can be copied (or cut) and pasted onto another sheet, as long as each 
  36. program is kept in its entirety.  The Ranges are:  
  37.  
  38.          Decision Maker - A7:H11
  39.          Dice - A15:K22
  40.          Roulette - L25:Y37
  41.  
  42.        4)  It is a good test of the capability to upload and download .CA 
  43. sheets.
  44.  
  45.            TO LOAD THE PROGRAM:
  46.  
  47.      1)  Save ANY files you don't want to lose on cassette.  There is a 
  48. possibility of a cold start with any machine language loading.
  49.  
  50.      2)  Download the hex file CASINO.CA.  Delete any extraneous carriage 
  51. returns or characters at the beginning and end of the program.
  52.  
  53.      3) Save the file to tape, in case of a cold start.
  54.  
  55.      4)  KILL any machine language programs, and CLEAR 0, MAXRAM.
  56.  
  57.      5)  Run CHANGE.BA.  Position the cursor over the text file you have 
  58. downloaded from CASINO.CA.
  59.  
  60.      6)  Press F2 ("BIN").  At the prompt ".CO output file" enter "Casino".
  61.      7)  It will start loading the program.  This takes over three minutes; get
  62. a cup of coffee.
  63.  
  64.      8)  At the prompt "Kill hex input file?"  Type "Y".  You are done with the
  65. text file (and you have it on tape, if needed).  If, for some reason, you want 
  66. to keep it, type "N".
  67.  
  68.      9)  You will see a new file on the menu, "CASINO.CO".  Position the cursor
  69. over this, and press F3 ("CA").
  70.  
  71.      10)  That's IT!  Exit to menu, and you can treat CASINO.CA like any .CA 
  72. sheet that you had created.
  73.  
  74.      Many custom written spreadsheets contain confidential information.  
  75. Perhaps this idea of writing recreational sheets with techniques we have 
  76. discovered (such as the directory I used in this program) will be one way to 
  77. share uses of this exciting new tool.
  78.      I'd appreciate any comments and suggestions.
  79.                Don Zeikel 75775,1430
  80.  
  81.