home *** CD-ROM | disk | FTP | other *** search
/ Hacker CD 2 / HACKER_CD.iso / Hacker_CD / choix.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2003-04-09  |  235 b   |  14 lines

  1. on mouseUp
  2.   play movie "puzzle" & the currentSpriteNum - 9
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the ink of sprite the currentSpriteNum to 4
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the ink of sprite the currentSpriteNum to 0
  13. end
  14.