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

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