home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00002_YESQT.ls next >
Encoding:
Text File  |  1999-05-20  |  637 b   |  24 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member("YESOVER")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("YESOVER")
  7.   set the member of sprite the currentSpriteNum to member("YES")
  8. end
  9.  
  10. on mouseDown me
  11.   set the memberNum of sprite 6 to 207
  12.   set the stageColor to the stageColor
  13.   sprite(24).visible = 0
  14.   sprite(25).visible = 0
  15.   sprite(26).visible = 0
  16.   sprite(27).visible = 0
  17.   set the stageColor to the stageColor
  18.   if the platform contains "windows,32" then
  19.     open("@\software\qtime\QuickTime30.exe")
  20.   else
  21.     open("@\software\qtime\QuickTimeInstall")
  22.   end if
  23. end
  24.