home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation: Maxed Out / Next_Generation_Nov_1996_Demo_Disc.iso / pc / start31.exe / start31.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  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.