home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / KIDS / MYSTO432 / INTRO432.FR_ / INTRO432.FR
Text File  |  1997-07-20  |  3KB  |  74 lines

  1. VERSION 5.00
  2. Begin VB.Form Intro 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H00C0C0C0&
  5.    Caption         =   "   Dr. Mysto The Mindreader ----FREEWARE by Frank DiNunzio----Version 4.32     7-16-97"
  6.    ClientHeight    =   6465
  7.    ClientLeft      =   1560
  8.    ClientTop       =   1485
  9.    ClientWidth     =   8880
  10.    BeginProperty Font 
  11.       Name            =   "MS Sans Serif"
  12.       Size            =   8.25
  13.       Charset         =   0
  14.       Weight          =   700
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Icon            =   "Intro432.frx":0000
  21.    LinkTopic       =   "Form1"
  22.    PaletteMode     =   1  'UseZOrder
  23.    ScaleHeight     =   6465
  24.    ScaleWidth      =   8880
  25.    Begin VB.CommandButton command2 
  26.       Appearance      =   0  'Flat
  27.       BackColor       =   &H000000FF&
  28.       Caption         =   "&START"
  29.       Height          =   495
  30.       Left            =   3480
  31.       TabIndex        =   0
  32.       Top             =   5760
  33.       Width           =   1935
  34.    End
  35. End
  36. Attribute VB_Name = "Intro"
  37. Attribute VB_GlobalNameSpace = False
  38. Attribute VB_Creatable = False
  39. Attribute VB_PredeclaredId = True
  40. Attribute VB_Exposed = False
  41. Private Sub Command2_Click()
  42. frmMysto432.Visible = True
  43. End Sub
  44.  
  45. Private Sub Form_Activate()
  46. Print: Print: Print , , , "  INSTRUCTIONS"
  47.     Print
  48.     Print , "Think of a WORD and I will try to guess what it is by the process of deduction."
  49.     Print
  50.     Print , "I will ask you some questions, so that I will have some clues to help me guess"
  51.     Print , " your word. Use the YES and NO buttons to answer."
  52.     Print
  53.     Print , "If I don't get your WORD the first time, I will ask for a few more clues . Then "
  54.     Print , "I guarantee that you won't EVER fool me on that same word again!!!"
  55.     Print
  56.     Print , "You see, I get smarter each time you enter an answer. Because I remember all "
  57.     Print , "that you tell me. The compiled knowledge is then saved on Disk and reloaded"
  58.     Print , "when you restart me again."
  59.     Print
  60.     Print , "But remember, I am only as smart as the player who answers the questions."
  61.     Print
  62.     Print , "Please look at the information in the Mysto directory, it contain all of the files"
  63.     Print , "needed to change or modify Dr. Mysto (if you have a Visual Basic Compiler)"
  64.     Print , "including the MAK and FRM templates and the file 'How I Work'.txt . "
  65.     Print
  66.     Print , "I have supplied 5 plug-in BRAINS. The one named 'AllStuff' is the main one,"
  67.     Print , "but there are 4 BLANK BRAINS that you can use to make your own special"
  68.     Print , "categories (BRAINS). They all use the '.BRN' suffix. If you create a good BRAIN,"
  69.     Print , "e-mail it to the DR MYSTO Homepage and it might be listed there along with your"
  70.     Print , "name or it may be added to the next version of Dr. Mysto."
  71.    
  72. End Sub
  73.  
  74.