home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 January / NETPower0197.iso / pc / patch / start95.exe / start95.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  195 b   |  11 lines

  1. on mouseDown
  2.   global numtries
  3.   if the platform = "Windows,32" then
  4.     Launch("setup\QTW211\QT32.EXE")
  5.   else
  6.     Launch("setup\QTW211\QT16.EXE")
  7.   end if
  8.   set numtries to 0
  9.   go("begin")
  10. end
  11.