home *** CD-ROM | disk | FTP | other *** search
/ Child Computer / Child_Computer.iso / computer.dxr / Internal_11_exit.ls < prev    next >
Encoding:
Text File  |  2003-03-27  |  256 b   |  15 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   sound playFile 3, "exit"
  4. end
  5.  
  6. on mouseLeave me
  7.   set the ink of sprite the currentSpriteNum to 0
  8. end
  9.  
  10. on mouseUp me
  11.   puppetSound(3, member("ar_menuc"))
  12.   open("enable.exe")
  13.   halt()
  14. end
  15.