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

  1. on exitFrame
  2.   global shots, score, wayV, speed, vertchange, weapon
  3.   clearGlobals()
  4.   set shots to 7
  5.   set score to 0
  6.   set weapon to 1
  7.   set the locV of sprite 2 to 200
  8.   set wayV to random(250)
  9.   set vertchange to (the locV of sprite 2 - wayV) / 20
  10.   set speed to 10
  11.   pause()
  12. end
  13.