home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 10 / PCGAMER10.bin / primal / code / select.frm < prev    next >
Text File  |  1995-05-19  |  7KB  |  248 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. End
  83. Option Explicit
  84.  
  85. Sub Form_Load ()
  86.     arse Me
  87.     'If HiColour = False Then
  88.     '    Me.Picture = LoadPicture(CDrive & "cd\page1256.bmp")
  89.     'Else
  90.     '    Me.Picture = LoadPicture(CDrive & "cd\page1.bmp")
  91.     'End If
  92.     'If SmallRes = True Then
  93.     '    Me.Move 0, 0
  94.     'Else
  95.     '    centre Me
  96.     'End If
  97.     'cover.MMControl6.Command = "stop"
  98.     'cover.MMControl6.Command = "close"
  99. End Sub
  100.  
  101. Sub Form_MouseMove (Button As Integer, Shift As Integer, X As Single, Y As Single)
  102.     'info.Visible = False
  103. End Sub
  104.  
  105. Sub GoBack_Click ()
  106.     'cover.Show
  107.     exityn.Show
  108.     
  109. End Sub
  110.  
  111. Sub Image1_Click ()
  112.     Load Introduction
  113.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest2.bmp")
  114.     Introduction.Show
  115.     Hide
  116.     Introduction.MMControl1.FileName = CDrive & "primal\avi\2ken2.avi"
  117.     screen.MousePointer = 11
  118.     Introduction.MMControl1.Command = "open"
  119.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  120.     'introduction.MMControl1.Silent = True
  121.     Introduction.Picture1.Visible = True
  122.     DoEvents
  123.     Introduction.MMControl1.Command = "play"
  124.     screen.MousePointer = 0
  125.     
  126. End Sub
  127.  
  128. Sub Image2_Click ()
  129.     Load Introduction
  130.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest3.bmp")
  131.     Introduction.Show
  132.     Hide
  133.     Introduction.MMControl1.FileName = CDrive & "primal\avi\3ken2.avi"
  134.     screen.MousePointer = 11
  135.     Introduction.MMControl1.Command = "open"
  136.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  137.     'introduction.MMControl1.Silent = True
  138.     Introduction.Picture1.Visible = True
  139.     DoEvents
  140.     Introduction.MMControl1.Command = "play"
  141.     screen.MousePointer = 0
  142.  
  143. End Sub
  144.  
  145. Sub Image3_Click ()
  146.     Load Introduction
  147.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest4.bmp")
  148.     Introduction.Show
  149.     Hide
  150.     Introduction.MMControl1.FileName = CDrive & "primal\avi\4ken2.avi"
  151.     screen.MousePointer = 11
  152.     Introduction.MMControl1.Command = "open"
  153.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  154.     'introduction.MMControl1.Silent = True
  155.     Introduction.Picture1.Visible = True
  156.     DoEvents
  157.     Introduction.MMControl1.Command = "play"
  158.     screen.MousePointer = 0
  159.  
  160. End Sub
  161.  
  162. Sub Image4_Click ()
  163.     Load Introduction
  164.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest5.bmp")
  165.     Introduction.Show
  166.     Hide
  167.     Introduction.MMControl1.FileName = CDrive & "primal\avi\5ken2.avi"
  168.     screen.MousePointer = 11
  169.     Introduction.MMControl1.Command = "open"
  170.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  171.     'introduction.MMControl1.Silent = True
  172.     Introduction.Picture1.Visible = True
  173.     DoEvents
  174.     Introduction.MMControl1.Command = "play"
  175.     screen.MousePointer = 0
  176.  
  177. End Sub
  178.  
  179. Sub Image5_Click ()
  180.     Load Introduction
  181.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest6.bmp")
  182.     Introduction.Show
  183.     Hide
  184.     Introduction.MMControl1.FileName = CDrive & "primal\avi\6ken2.avi"
  185.     screen.MousePointer = 11
  186.     Introduction.MMControl1.Command = "open"
  187.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  188.     'introduction.MMControl1.Silent = True
  189.     Introduction.Picture1.Visible = True
  190.     DoEvents
  191.     Introduction.MMControl1.Command = "play"
  192.     screen.MousePointer = 0
  193.  
  194. End Sub
  195.  
  196. Sub Image6_Click ()
  197.     Load Introduction
  198.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest7.bmp")
  199.     Introduction.Show
  200.     Hide
  201.     Introduction.MMControl1.FileName = CDrive & "primal\avi\7ken2.avi"
  202.     screen.MousePointer = 11
  203.     Introduction.MMControl1.Command = "open"
  204.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  205.     'introduction.MMControl1.Silent = True
  206.     Introduction.Picture1.Visible = True
  207.     DoEvents
  208.     Introduction.MMControl1.Command = "play"
  209.     screen.MousePointer = 0
  210.  
  211. End Sub
  212.  
  213. Sub Image7_Click ()
  214.     Load Introduction
  215.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest8.bmp")
  216.     Introduction.Show
  217.     Hide
  218.     Introduction.MMControl1.FileName = CDrive & "primal\avi\8ken2.avi"
  219.     screen.MousePointer = 11
  220.     Introduction.MMControl1.Command = "open"
  221.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  222.     'introduction.MMControl1.Silent = True
  223.     Introduction.Picture1.Visible = True
  224.     DoEvents
  225.     Introduction.MMControl1.Command = "play"
  226.     screen.MousePointer = 0
  227.  
  228. End Sub
  229.  
  230. Sub IntClk_Click ()
  231.     Load Introduction
  232.     Introduction.Picture = LoadPicture(CDrive & "primal\screens\quest1.bmp")
  233.     Introduction.Show
  234.     Hide
  235.     Introduction.MMControl1.FileName = CDrive & "primal\avi\1ken2.avi"
  236.     screen.MousePointer = 11
  237.     Introduction.MMControl1.Command = "open"
  238.     Introduction.MMControl1.hWndDisplay = Introduction.Picture1.hWnd
  239.     'introduction.MMControl1.Silent = True
  240.     Introduction.Picture1.Visible = True
  241.     DoEvents
  242.     Introduction.MMControl1.Command = "play"
  243.     screen.MousePointer = 0
  244.     'MsgBox "After AVI"
  245.  
  246. End Sub
  247.  
  248.