home *** CD-ROM | disk | FTP | other *** search
/ The Earth & it's Geography / EARTH.iso / earth2.exe / earth22-32.dxr / 00096.ls < prev    next >
Encoding:
Text File  |  1998-05-18  |  402 b   |  23 lines

  1. on mouseUp
  2.   puppetSound("crust")
  3.   set the soundEnabled to not (the soundEnabled)
  4.   sprite(61).visible = 1
  5.   sprite(62).visible = 1
  6.   sprite(55).visible = 0
  7.   sprite(56).visible = 0
  8.   sprite(58).visible = 0
  9.   sprite(59).visible = 0
  10.   sprite(64).visible = 0
  11.   sprite(65).visible = 0
  12.   sprite(67).visible = 0
  13.   sprite(68).visible = 0
  14. end
  15.  
  16. on mouseEnter
  17.   cursor([30])
  18. end
  19.  
  20. on mouseLeave
  21.   cursor(0)
  22. end
  23.