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

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   sound playFile 3, "enter"
  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.   go("enter")
  13. end
  14.