home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Darts(Clock).dxr / Internal_8_block.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  277 b   |  30 lines

  1. property spriteNum
  2.  
  3. on beginSprite me
  4.   sprite(spriteNum).blend = 0
  5. end
  6.  
  7. on mouseDown me
  8.   nothing()
  9. end
  10.  
  11. on mouseLeave me
  12.   nothing()
  13. end
  14.  
  15. on mouseEnter me
  16.   nothing()
  17. end
  18.  
  19. on mouseWithin me
  20.   nothing()
  21. end
  22.  
  23. on mouseUp me
  24.   nothing()
  25. end
  26.  
  27. on mouseUpOutSide me
  28.   nothing()
  29. end
  30.