home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / k-cn.dxr / Internal_151_StartWeb.ls < prev    next >
Encoding:
Text File  |  1998-04-22  |  147 b   |  12 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.   open("Launcher Web\IndexNo.htm")
  11. end
  12.