home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00188_gethelp.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  237 b   |  15 lines

  1. on mouseEnter
  2.   puppetSound("jaws2")
  3.   set the castNum of sprite 4 to 52
  4.   set the castNum of sprite 20 to 91
  5. end
  6.  
  7. on mouseLeave
  8.   set the castNum of sprite 4 to 53
  9.   set the castNum of sprite 20 to 85
  10. end
  11.  
  12. on mouseDown
  13.   go("help")
  14. end
  15.