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

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "pyr60napis"
  3.   cursor(260)
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to "pyr60"
  8.   cursor(0)
  9. end
  10.  
  11. on mouseDown me
  12. end
  13.  
  14. on mouseUp me
  15.   set the volume of sound 1 to 250
  16.   sound fadeIn 1, 50
  17.   go("MISTA")
  18.   cursor(0)
  19. end
  20.