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

  1. on mouseEnter me
  2.   cursor(260)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the currentSpriteNum to "dalsi"
  11. end
  12.  
  13. on mouseUp me
  14.   set the member of sprite the currentSpriteNum to "dalsi_stin"
  15.   go(#next)
  16. end
  17.