home *** CD-ROM | disk | FTP | other *** search
/ Ultima IX Ascension Press Kit / presskit.iso / ua_start.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1999-04-09  |  158 b   |  9 lines

  1. on exitFrame
  2.   if the quickTimePresent = 1 then
  3.     go("main", "1smac.dir")
  4.   end if
  5.   if the quickTimePresent = 0 then
  6.     open("Qt32inst.exe")
  7.   end if
  8. end
  9.