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

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