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

  1. on mouseUp
  2.   sound stop 1
  3.   set the castNum of sprite 5 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 from Windows, reload Windows by typing WIN, return to this screen and click the button again to play the video.")
  7.     open("\qtw202\setup.exe")
  8.   else
  9.     open("mplayer /play /close \paws\paws_cd\qt_test\240make.mov")
  10.   end if
  11. end
  12.