home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 January / WHAT_PC_JAN_96.ISO / system / whatpc.dir / 00218.ls < prev    next >
Encoding:
Text File  |  1995-11-12  |  473 b   |  12 lines

  1. on mouseUp
  2.   sound stop 1
  3.   set the castNum of sprite 25 to cast "Button6a"
  4.   updateStage()
  5.   if not (the quickTimePresent) then
  6.     alert("QuickTime is not installed. You must install it using the program that will run in a moment. After installation, exit to Windows, restart Windows by typing WIN, return to this screen and click the button again to install the demo.")
  7.     open("\qtw202\setup.exe")
  8.   else
  9.     open("\system\runfix.exe ^\paws install.bat")
  10.   end if
  11. end
  12.