home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / gamesa / module4.bas < prev   
Encoding:
BASIC Source File  |  1999-08-01  |  149 b   |  9 lines

  1. Attribute VB_Name = "Module4"
  2. Option Explicit
  3. Public Speed As Integer
  4. Public Choice As Integer
  5.  
  6. Public Sub buck()
  7. frmSettings.Show 1
  8. End Sub
  9.