home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / k-cf.dxr / Internal_158_MMKyllingKør.ls < prev    next >
Encoding:
Text File  |  1998-04-22  |  250 b   |  16 lines

  1. global Musik
  2.  
  3. on mouseDown
  4.   puppetSound(3, "Knap")
  5. end
  6.  
  7. on mouseUp
  8.   set Musik to 0
  9.   mci("stop baggrund")
  10.   if the platform = "Windows,32" then
  11.     open("Launcher BBrother\Blues95.EXE")
  12.   else
  13.     open("Launcher BBrother\Blues31.EXE")
  14.   end if
  15. end
  16.