home *** CD-ROM | disk | FTP | other *** search
/ PC Attack UltraDisc 4 / pc-attack-ultradisc-4.iso / primal / code / select.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-05-19  |  7.3 KB  |  226 lines

  1. VERSION 2.00
  2. Begin Form Micromachines 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Primal Rage"
  5.    ClientHeight    =   7185
  6.    ClientLeft      =   1740
  7.    ClientTop       =   1650
  8.    ClientWidth     =   9495
  9.    Height          =   7590
  10.    Left            =   1680
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    Picture         =   SELECT.FRX:0000
  15.    ScaleHeight     =   7185
  16.    ScaleWidth      =   9495
  17.    Top             =   1305
  18.    Width           =   9615
  19.    Begin Image Image7 
  20.       Height          =   1695
  21.       Left            =   6720
  22.       MousePointer    =   10  'Up Arrow
  23.       Top             =   4200
  24.       Width           =   1695
  25.    End
  26.    Begin Image Image6 
  27.       Height          =   1695
  28.       Left            =   4800
  29.       MousePointer    =   10  'Up Arrow
  30.       Top             =   4200
  31.       Width           =   1695
  32.    End
  33.    Begin Image Image5 
  34.       Height          =   1695
  35.       Left            =   2880
  36.       MousePointer    =   10  'Up Arrow
  37.       Top             =   4200
  38.       Width           =   1695
  39.    End
  40.    Begin Image Image4 
  41.       Height          =   1695
  42.       Left            =   960
  43.       MousePointer    =   10  'Up Arrow
  44.       Top             =   4200
  45.       Width           =   1695
  46.    End
  47.    Begin Image Image3 
  48.       Height          =   1695
  49.       Left            =   6720
  50.       MousePointer    =   10  'Up Arrow
  51.       Top             =   1800
  52.       Width           =   1695
  53.    End
  54.    Begin Image Image2 
  55.       Height          =   1695
  56.       Left            =   4800
  57.       MousePointer    =   10  'Up Arrow
  58.       Top             =   1800
  59.       Width           =   1695
  60.    End
  61.    Begin Image Image1 
  62.       Height          =   1695
  63.       Left            =   2880
  64.       MousePointer    =   10  'Up Arrow
  65.       Top             =   1800
  66.       Width           =   1695
  67.    End
  68.    Begin Image IntClk 
  69.       Height          =   1695
  70.       Left            =   960
  71.       MousePointer    =   10  'Up Arrow
  72.       Top             =   1800
  73.       Width           =   1695
  74.    End
  75.    Begin Image GoBack 
  76.       Height          =   1215
  77.       Left            =   240
  78.       MousePointer    =   10  'Up Arrow
  79.       Top             =   240
  80.       Width           =   1575
  81.    End
  82. Option Explicit
  83. Sub Form_Load ()
  84.     arse Me
  85.     'If HiColour = False Then
  86.     '    Me.Picture = LoadPicture(CDrive & "cd\page1256.bmp")
  87.     'Else
  88.     '    Me.Picture = LoadPicture(CDrive & "cd\page1.bmp")
  89.     'End If
  90.     'If SmallRes = True Then
  91.     '    Me.Move 0, 0
  92.     'Else
  93.     '    centre Me
  94.     'End If
  95.     'cover.MMControl6.Command = "stop"
  96.     'cover.MMControl6.Command = "close"
  97. End Sub
  98. Sub Form_MouseMove (Button As Integer, Shift As Integer, X As Single, Y As Single)
  99.     'info.Visible = False
  100. End Sub
  101. Sub GoBack_Click ()
  102.     'cover.Show
  103.     exityn.Show
  104. End Sub
  105. Sub Image1_Click ()
  106.     Load Introduction
  107.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest2.bmp")
  108.     Introduction.Show
  109.     Hide
  110.     Introduction.MMControl1.FileName = CDrive & "primal\avi\2ken2.avi"
  111.     screen.MousePointer = 11
  112.     Introduction.MMControl1.Command = "open"
  113.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  114.     'introduction.MMControl1.Silent = True
  115.     Introduction.Picture1.Visible = True
  116.     DoEvents
  117.     Introduction.MMControl1.Command = "play"
  118.     screen.MousePointer = 0
  119. End Sub
  120. Sub Image2_Click ()
  121.     Load Introduction
  122.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest3.bmp")
  123.     Introduction.Show
  124.     Hide
  125.     Introduction.MMControl1.FileName = CDrive & "primal\avi\3ken2.avi"
  126.     screen.MousePointer = 11
  127.     Introduction.MMControl1.Command = "open"
  128.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  129.     'introduction.MMControl1.Silent = True
  130.     Introduction.Picture1.Visible = True
  131.     DoEvents
  132.     Introduction.MMControl1.Command = "play"
  133.     screen.MousePointer = 0
  134. End Sub
  135. Sub Image3_Click ()
  136.     Load Introduction
  137.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest4.bmp")
  138.     Introduction.Show
  139.     Hide
  140.     Introduction.MMControl1.FileName = CDrive & "primal\avi\4ken2.avi"
  141.     screen.MousePointer = 11
  142.     Introduction.MMControl1.Command = "open"
  143.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  144.     'introduction.MMControl1.Silent = True
  145.     Introduction.Picture1.Visible = True
  146.     DoEvents
  147.     Introduction.MMControl1.Command = "play"
  148.     screen.MousePointer = 0
  149. End Sub
  150. Sub Image4_Click ()
  151.     Load Introduction
  152.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest5.bmp")
  153.     Introduction.Show
  154.     Hide
  155.     Introduction.MMControl1.FileName = CDrive & "primal\avi\5ken2.avi"
  156.     screen.MousePointer = 11
  157.     Introduction.MMControl1.Command = "open"
  158.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  159.     'introduction.MMControl1.Silent = True
  160.     Introduction.Picture1.Visible = True
  161.     DoEvents
  162.     Introduction.MMControl1.Command = "play"
  163.     screen.MousePointer = 0
  164. End Sub
  165. Sub Image5_Click ()
  166.     Load Introduction
  167.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest6.bmp")
  168.     Introduction.Show
  169.     Hide
  170.     Introduction.MMControl1.FileName = CDrive & "primal\avi\6ken2.avi"
  171.     screen.MousePointer = 11
  172.     Introduction.MMControl1.Command = "open"
  173.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  174.     'introduction.MMControl1.Silent = True
  175.     Introduction.Picture1.Visible = True
  176.     DoEvents
  177.     Introduction.MMControl1.Command = "play"
  178.     screen.MousePointer = 0
  179. End Sub
  180. Sub Image6_Click ()
  181.     Load Introduction
  182.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest7.bmp")
  183.     Introduction.Show
  184.     Hide
  185.     Introduction.MMControl1.FileName = CDrive & "primal\avi\7ken2.avi"
  186.     screen.MousePointer = 11
  187.     Introduction.MMControl1.Command = "open"
  188.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  189.     'introduction.MMControl1.Silent = True
  190.     Introduction.Picture1.Visible = True
  191.     DoEvents
  192.     Introduction.MMControl1.Command = "play"
  193.     screen.MousePointer = 0
  194. End Sub
  195. Sub Image7_Click ()
  196.     Load Introduction
  197.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest8.bmp")
  198.     Introduction.Show
  199.     Hide
  200.     Introduction.MMControl1.FileName = CDrive & "primal\avi\8ken2.avi"
  201.     screen.MousePointer = 11
  202.     Introduction.MMControl1.Command = "open"
  203.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  204.     'introduction.MMControl1.Silent = True
  205.     Introduction.Picture1.Visible = True
  206.     DoEvents
  207.     Introduction.MMControl1.Command = "play"
  208.     screen.MousePointer = 0
  209. End Sub
  210. Sub IntClk_Click ()
  211.     Load Introduction
  212.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest1.bmp")
  213.     Introduction.Show
  214.     Hide
  215.     Introduction.MMControl1.FileName = CDrive & "primal\avi\1ken2.avi"
  216.     screen.MousePointer = 11
  217.     Introduction.MMControl1.Command = "open"
  218.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  219.     'introduction.MMControl1.Silent = True
  220.     Introduction.Picture1.Visible = True
  221.     DoEvents
  222.     Introduction.MMControl1.Command = "play"
  223.     screen.MousePointer = 0
  224.     'MsgBox "After AVI"
  225. End Sub
  226.