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

  1. on mouseUp
  2.   puppetSound("P22inf")
  3.   set the soundEnabled to not (the soundEnabled)
  4.   sprite(33).visible = 1
  5.   sprite(32).visible = 1
  6.   sprite(26).visible = 0
  7.   sprite(27).visible = 0
  8.   sprite(29).visible = 0
  9.   sprite(30).visible = 0
  10.   sprite(36).visible = 0
  11.   sprite(35).visible = 0
  12. end
  13.  
  14. on mouseEnter
  15.   cursor([30])
  16. end
  17.  
  18. on mouseLeave
  19.   cursor(0)
  20. end
  21.