home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 152 / PCG152DA0905 / PCG152DA0905.mdf / Main.dxr / Scripts_4_Quit.ls < prev    next >
Encoding:
Text File  |  2005-07-15  |  98 b   |  12 lines

  1. on mouseUp me
  2.   quit()
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave me
  10.   cursor(-1)
  11. end
  12.