home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 103 / CD_Gamer_Issue_103_Disc_1_PCG103A1201_December_2001.iso / demo.dxr / 00008_Exit.ls < prev    next >
Encoding:
Text File  |  2001-10-02  |  317 b   |  16 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("exithigh")
  3.   cursor(280)
  4.   sound(1).play(member("ExitRollover"))
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member("exitbutton")
  9.   cursor(-1)
  10. end
  11.  
  12. on mouseUp me
  13.   sound(1).play(member("ExitClick"))
  14.   halt()
  15. end
  16.