home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / home.dxr / 00129_screensaver.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  311 b   |  13 lines

  1. global gPathDelimiter
  2.  
  3. on mouseUp me
  4.   pathToInstaller = the moviePath & "screensaver" & gPathDelimiter
  5.   case gPathDelimiter of
  6.     "\":
  7.       pathToInstaller = pathToInstaller & "Sabres-Saver.exe"
  8.     ":":
  9.       pathToInstaller = pathToInstaller & "Sabres Screen Saver"
  10.   end case
  11.   open(pathToInstaller)
  12. end
  13.