home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / mcny / source / newduck.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  226 b   |  13 lines

  1. on mouseUp
  2.   global ammo, shots
  3.   set shots to shots + 6
  4.   if shots > 25 then
  5.     set shots to 25
  6.   end if
  7.   set ammo to 0
  8.   set the locV of sprite 4 to -100
  9.   set the locH of sprite 4 to -100
  10.   updateStage()
  11.   go("move")
  12. end
  13.