home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף לארה קרופט בורגראנץ / LaraCroft-Minigames-BurgerRanch-TOMBRAIDER.iso / me.exe / me.dxr / Internal_55_exit.ls < prev    next >
Encoding:
Text File  |  2001-06-06  |  210 b   |  18 lines

  1. on mouseEnter
  2.   set the blend of sprite 21 to 100
  3.   puppetSound("roll mvi")
  4.   go("exit")
  5. end
  6.  
  7. on mouseLeave
  8.   set the blend of sprite 21 to 80
  9.   go(the frame + 1)
  10. end
  11.  
  12. on mouseDown
  13. end
  14.  
  15. on mouseUp
  16.   quit()
  17. end
  18.