home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 11
/
CD_1.iso
/
wingames
/
amida
/
help.frm
< prev
next >
Wrap
Text File
|
1995-03-16
|
2KB
|
71 lines
VERSION 2.00
Begin Form Help
BorderStyle = 1 'î┼ÆΦ(Ä└Éⁿ)
FontBold = 0 'False
FontItalic = 0 'False
FontName = "Arial"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 5895
Left = 1800
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5490
ScaleWidth = 5805
Top = 2295
Width = 5925
Begin CommandButton ExitCmd
Caption = "&OK"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Arial"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 4320
TabIndex = 0
Top = 240
Width = 735
End
End
Sub ExitCmd_Click ()
Unload Help
End Sub
Sub Form_Paint ()
CurrentX = 0
CurrentY = 0
Print " Line Lottery Ver1.00E (FREE SOFT)"
Print " (C) 1994-1995 by Toshiro Yamazaki"
Print " Translated by Hitoshi Ozawa"
Print
Print " To start the game:"
Print " 1. Select the [New] button."
Print " 2. Enter how many lines to draw and how many wins there are to be."
Print " Up to 20 lines may be drawn at once."
Print " 3. Check to the [Don't want to win] option to change winners and"
Print " 4. losers status."
Print " 5. Press the [OK] button."
Print " To selection:"
Print " 1. Select an @ sign above the line"
Print " 2. Enter a name."
Print " 3. Click the left mouse button insert additional lines."
Print " 4. Choose the [OK] button."
Print " To start the lottery:"
Print " 1. Choose [One at a time] button to display result one at a time"
Print " OR"
Print " Choose [All at once] button to display result all at once."
Print " 2. Taken path are made bold."
Print "NOTE:"
Print " 1. Path taken is to move down and to move horizontally at any"
Print " sideways path."
Print " 2. A line can also be started by clicking the left mouse button "
Print " on the smiling face."
Print ""
End Sub