home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 1997 #1 / K-CD_1_97.iso / knorge.dxr / Internal_145.ls < prev    next >
Encoding:
Text File  |  1997-09-29  |  202 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("LaunchNo Arkivet\PSP32\Setup.EXE")
  8.   else
  9.     open("LaunchNo Arkivet\PSP16\Setup.EXE")
  10.   end if
  11. end
  12.