home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / Compuser / CONTROL.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1997-05-05  |  138 b   |  11 lines

  1. on exitFrame
  2.   global gMachine
  3.   mInit()
  4.   if the quickTimePresent <> 1 then
  5.     go("QT")
  6.     exit
  7.   else
  8.     go(1, "START")
  9.   end if
  10. end
  11.