home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 11 / CD_1.iso / wingames / amida / help.frm < prev    next >
Text File  |  1995-03-16  |  2KB  |  71 lines

  1. VERSION 2.00
  2. Begin Form Help 
  3.    BorderStyle     =   1  'î┼ÆΦ(Ä└Éⁿ)
  4.    FontBold        =   0   'False
  5.    FontItalic      =   0   'False
  6.    FontName        =   "Arial"
  7.    FontSize        =   8.25
  8.    FontStrikethru  =   0   'False
  9.    FontUnderline   =   0   'False
  10.    Height          =   5895
  11.    Left            =   1800
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   5490
  16.    ScaleWidth      =   5805
  17.    Top             =   2295
  18.    Width           =   5925
  19.    Begin CommandButton ExitCmd 
  20.       Caption         =   "&OK"
  21.       FontBold        =   -1  'True
  22.       FontItalic      =   0   'False
  23.       FontName        =   "Arial"
  24.       FontSize        =   9.75
  25.       FontStrikethru  =   0   'False
  26.       FontUnderline   =   0   'False
  27.       Height          =   375
  28.       Left            =   4320
  29.       TabIndex        =   0
  30.       Top             =   240
  31.       Width           =   735
  32.    End
  33. End
  34.  
  35. Sub ExitCmd_Click ()
  36.   Unload Help
  37. End Sub
  38.  
  39. Sub Form_Paint ()
  40.   CurrentX = 0
  41.   CurrentY = 0
  42.   Print " Line Lottery Ver1.00E (FREE SOFT)"
  43.   Print "               (C) 1994-1995 by  Toshiro Yamazaki"
  44.   Print "               Translated by Hitoshi Ozawa"
  45.   Print
  46.   Print " To start the game:"
  47.   Print "   1. Select the [New] button."
  48.   Print "   2. Enter how many lines to draw and how many wins there are to be."
  49.   Print "      Up to 20 lines may be drawn at once."
  50.   Print "   3. Check to the [Don't want to win] option to change winners and"
  51.   Print "   4. losers status."
  52.   Print "   5. Press the [OK] button."
  53.   Print " To selection:"
  54.   Print "   1. Select an @ sign above the line"
  55.   Print "   2. Enter a name."
  56.   Print "   3. Click the left mouse button insert additional lines."
  57.   Print "   4. Choose the [OK] button."
  58.   Print " To start the lottery:"
  59.   Print "   1. Choose [One at a time] button to display result one at a time"
  60.   Print "                          OR"
  61.   Print "      Choose [All at once] button to display result all at once."
  62.   Print "   2. Taken path are made bold."
  63.   Print "NOTE:"
  64.   Print "   1. Path taken is to move down and to move horizontally at any"
  65.   Print "      sideways path."
  66.   Print "   2. A line can also be started by clicking the left mouse button "
  67.   Print "      on the smiling face."
  68.   Print ""
  69. End Sub
  70.  
  71.