home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / kaleid / VSSKB / VSSKB95.EXE / Kb256.dxr / 00075_menu.ls < prev    next >
Encoding:
Text File  |  1998-11-23  |  272 b   |  18 lines

  1. on mouseDown me
  2.   set the member of sprite the currentSpriteNum to "hlmenudn"
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(260)
  7. end
  8.  
  9. on mouseLeave me
  10.   cursor(0)
  11. end
  12.  
  13. on mouseUp me
  14.   go("MENU")
  15.   set the member of sprite the currentSpriteNum to "hlmenuup"
  16.   sound fadeOut 1, 3 * 60
  17. end
  18.