home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Aim&Fire.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  110 b   |  10 lines

  1. property spriteNum
  2.  
  3. on beginSprite
  4.   cursor(200)
  5. end
  6.  
  7. on exitFrame
  8.   sprite(spriteNum).loc = the mouseLoc
  9. end
  10.