home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / k-cn.dxr / Internal_147_IE Installation.ls < prev    next >
Encoding:
Text File  |  1998-04-22  |  200 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(3, "Knap")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     open("Launcher Arkivet\IE32No.EXE")
  8.   else
  9.     open("Launcher Arkivet\IE16No\INSTALL.EXE")
  10.   end if
  11. end
  12.